summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/openstack/compute/test_services.py
Commit message (Expand)AuthorAgeFilesLines
* Allow deletion of compute service with no compute nodesArtom Lifshitz2021-07-291-5/+1
* Reproducer unit test for bug 1860312Artom Lifshitz2021-07-291-0/+19
* Add new default roles in os-services API policiesGhanshyam Mann2019-12-031-1/+1
* Add test coverage of existing os-services policiesGhanshyam Mann2019-11-251-40/+0
* Remove service_uuids_online_data_migrationMatt Riedemann2019-11-081-7/+11
* Merge "Remove @safe_connect from _delete_provider"Zuul2019-10-091-4/+13
|\
| * Remove @safe_connect from _delete_providerEric Fried2019-07-191-4/+13
* | Replace 'fake' with a real project IDTakashi NATSUME2019-09-301-37/+45
* | Avoid timeout from service update api unit testsBalazs Gibizer2019-08-161-0/+6
* | Multiple API cleanup changesGhanshyam Mann2019-08-121-0/+21
|/
* Merge "Delete resource providers for all nodes when deleting compute service"Zuul2019-06-211-6/+14
|\
| * Delete resource providers for all nodes when deleting compute serviceMatt Riedemann2019-06-131-6/+14
* | Remove nova.compute.*API() shimsEric Fried2019-06-121-1/+1
* | Merge "Remove cells code"Zuul2019-05-291-74/+0
|\ \
| * | Remove cells codeStephen Finucane2019-05-201-74/+0
| |/
* | Use InstanceList.get_count_by_hosts when deleting a compute serviceMatt Riedemann2019-04-101-4/+4
|/
* Provide a useful error message when trying to update non-compute servicesMatt Riedemann2019-02-111-2/+12
* Minimal construct plumbing for nova service-list when a cell is downSurya Seetharaman2018-10-311-1/+1
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Stop using HostAPI.service_deleteMatt Riedemann2018-07-131-14/+10
* Handle HostMappingNotFound when deleting a compute serviceMatt Riedemann2018-07-131-0/+33
* Use nova.db.api directlyChris Dent2018-07-101-3/+3
* check query param for service's index functionjichenjc2017-09-241-49/+180
* iso8601.is8601.Utc No Longer ExistsSean McCully2017-08-291-1/+1
* Remove the useless fake ExtensionManager from API unittestsHe Jie Xu2017-07-261-23/+0
* Use uuid for id in os-services APIDan Peschman2017-07-181-0/+240
* Add bool_from_string for force-down actionKen'ichi Ohmichi2017-06-121-0/+40
* Fix unit test exception KeyErrorsmelanie witt2017-05-051-1/+1
* Teach HostAPI about cellsDan Smith2017-04-061-2/+23
* Remove compute host from all host aggregates when compute service is deletedDanil Akhmetov2016-07-161-4/+12
* Remove legacy v2 unit tests[q-v]Ken'ichi Ohmichi2016-05-061-49/+0
* Filter APIs out from services listRoman Podoliaka2016-02-091-0/+23
* Adds json sample for the versioned notificationsBalazs Gibizer2016-01-281-0/+4
* Add service status notificationBalazs Gibizer2016-01-201-0/+3
* Use TimeFixture from oslo_utils in functional testsHans Lindgren2016-01-141-6/+0
* Stop using mox stubs in nova.tests.unit.api.openstack.compute.test_servicesMatt Riedemann2016-01-081-24/+14
* Catch invalid id input in service_deletejichenjc2015-08-261-0/+6
* Move V2.1 API unittest to top level directoryHe Jie Xu2015-08-171-0/+1001