summaryrefslogtreecommitdiff
path: root/nova/tests/unit/scheduler/test_ironic_host_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Stop globally caching host states in scheduler HostManagermelanie witt2018-01-151-9/+17
* Set IronicNodeState.uuid in _update_from_compute_nodeMatt Riedemann2017-07-251-0/+3
* fix overridden errorfuzk2017-04-191-1/+1
* Make scheduler target cells to get compute node instance infoDan Smith2017-04-061-3/+9
* Make conductor ask scheduler to limit migrates to same cellDan Smith2017-03-291-10/+22
* Fix TypeError in _update_from_compute_node raceMatt Riedemann2017-01-061-1/+11
* conf: Group scheduler optionsAlexis Lee2016-10-071-23/+25
* ironic_host_manager: fix population of instances info on startRoman Podoliaka2016-08-311-4/+35
* ironic_host_manager: fix population of instances info on scheduleRoman Podoliaka2016-08-311-0/+35
* Fix invalid uuid warningssrushti2016-05-101-12/+13
* Remove unused filter_class_names kwarg from get_filtered_hostsMatt Riedemann2016-04-181-17/+0
* Remove DictCompat from ComputeNodeRyan Rossiter2016-03-301-4/+12
* Update HostManager and DiskFilter to use ComputeNode disk ratioSylvain Bauza2016-02-221-1/+2
* Stop using mox (scheduler)Diana Clarke2016-02-011-52/+45
* Add lock to scheduler host state updatingYingxin2015-12-291-4/+4
* Prepare filters for using RequestSpec objectSylvain Bauza2015-11-161-20/+61
* Use RequestSpec object in HostManagerSylvain Bauza2015-10-301-6/+13
* Update HostManager and filters to use ComputeNode ratiosSylvain Bauza2015-08-311-1/+2
* Merge "Fix IronicHostManager to skip get_by_host() call."Jenkins2015-08-291-3/+4
|\
| * Fix IronicHostManager to skip get_by_host() call.Jim Rollenhagen2015-07-301-3/+4
* | Fix resource leaking when consume_from_instance raise exceptionRui Chen2015-08-061-0/+6
|/
* Respect CONF.scheduler_use_baremetal_filtersJim Rollenhagen2015-04-031-0/+25
* Implement instance update logic in SchedulerEdLeafe2015-03-171-15/+24
* Replace RPC topic-based service queries with binary-based in schedulerDan Smith2015-03-091-17/+13
* Instantiate aggregates information when HostManager is startingSylvain Bauza2015-03-051-4/+8
* Merge "Pre-load default filters during scheduler initialization"Jenkins2015-02-171-37/+20
|\
| * Pre-load default filters during scheduler initializationHans Lindgren2015-02-161-37/+20
* | Change how HostManager is calling the service informationSylvain Bauza2015-02-131-1/+16
* | Move scheduler.host_manager to use ComputeNode objectSylvain Bauza2015-02-131-31/+38
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
|/
* Merge "ironic: delete cpu_info data from get_available_resource"Jenkins2015-01-061-1/+1
|\
| * ironic: delete cpu_info data from get_available_resourceDaniel P. Berrange2014-12-081-1/+1
* | Make scheduler filters/weighers only load onceHans Lindgren2014-12-091-8/+8
|/
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+430