summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_host_api.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-8/+9
* db: Remove 'nova.db.base' moduleStephen Finucane2021-06-161-105/+99
* Use NotificationFixture for legacy notifications tooBalazs Gibizer2021-05-241-14/+11
* Create a fixture around fake_notifierBalazs Gibizer2021-05-241-2/+1
* Fix aggregate placement sync issueRocky2020-05-081-4/+27
* Merge "Remove service_uuids_online_data_migration"Zuul2019-11-181-5/+6
|\
| * Remove service_uuids_online_data_migrationMatt Riedemann2019-11-081-5/+6
* | Merge "Remove dead HostAPI.service_delete code"Zuul2019-11-131-42/+0
|\ \
| * | Remove dead HostAPI.service_delete codeMatt Riedemann2019-11-071-42/+0
| |/
* | Remove PlacementAPIConnectFailure handling from AggregateAPIMatt Riedemann2019-11-041-23/+19
|/
* Follow up for pre-filter-disabled-computes seriesMatt Riedemann2019-07-031-2/+3
* Sync COMPUTE_STATUS_DISABLED from APIMatt Riedemann2019-07-021-1/+57
* Refactor HostAPI.service_updateMatt Riedemann2019-07-021-2/+2
* Remove nova.compute.*API() shimsEric Fried2019-06-121-14/+13
* Remove cells codeStephen Finucane2019-05-201-191/+0
* Use aggregate_add_host in nova-manageEric Fried2019-03-261-1/+1
* Minimal construct plumbing for nova service-list when a cell is downSurya Seetharaman2018-10-311-0/+40
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-1/+1
* Enforce case-sensitive hostnames in aggregate host addDan Smith2018-09-251-2/+6
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Merge "mirror nova host aggregate members to placement"Zuul2018-05-311-1/+102
|\
| * mirror nova host aggregate members to placementJay Pipes2018-05-301-1/+102
* | Make nova service-list use scatter-gather routineSurya Seetharaman2018-05-171-0/+17
|/
* Cleanup RP and HM records while deleting a compute service.Surya Seetharaman2018-04-181-1/+8
* Handle uuid in HostAPI.compute_node_getMatt Riedemann2017-06-191-0/+77
* Make compute_node_statistics() work across cellsDan Smith2017-06-141-0/+18
* Handle uuid in HostAPI._find_serviceMatt Riedemann2017-05-231-2/+52
* Move to proper target_cell calling conventionDan Smith2017-05-231-2/+2
* Teach HostAPI about cellsDan Smith2017-04-061-11/+45
* Merge "flake8: Specify 'nova' as name of app"Jenkins2017-03-211-1/+1
|\
| * flake8: Specify 'nova' as name of appJohn L. Villalovos2017-03-161-1/+1
* | Make os-availability-zones know about cellsDan Smith2017-03-151-0/+15
|/
* Teach os-aggregates about cellsDan Smith2017-03-091-0/+2
* Remove compute host from all host aggregates when compute service is deletedDanil Akhmetov2016-07-161-0/+29
* Stop using mox stubs in tests/unit/fake_notifierBalazs Gibizer2016-06-101-1/+1
* Add length check in comparing object listsTakashi NATSUME2016-05-241-0/+2
* Remove mox in tests/unit/compute/test_host_api.pyTakashi NATSUME2016-04-221-278/+241
* Replaces contextlib.nested with test.nestedClaudiu Belu2015-10-081-2/+1
* Add version counter to Service objectDan Smith2015-08-121-2/+4
* Code clean up db.instance_get_all_by_host()jichenjc2015-05-121-14/+6
* Use cells.utils.ServiceProxy object within cells_apiSylvain Bauza2015-04-071-46/+30
* Remove usage of db.service_get_by_argsNikola Dipanov2015-03-061-2/+3
* Remove compute_node from service_get_by_cn Cells API methodSylvain Bauza2015-03-031-5/+2
* Cells: Fix service_get_by_compute_hostAndrew Laski2015-02-021-0/+25
* Extends use of ServiceProxy to more methods in HostAPI in cellsDheeraj Gupta2014-11-171-5/+11
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+480