summaryrefslogtreecommitdiff
path: root/nova/tests/unit/scheduler/fakes.py
Commit message (Expand)AuthorAgeFilesLines
* Save cell socket correctly when updating host NUMA topologyArtom Lifshitz2023-04-251-0/+2
* trivial: Remove FakeScheduler (for realz)Stephen Finucane2021-06-291-9/+0
* Add support for translating CPU policy extra specs, image metaStephen Finucane2019-09-181-12/+17
* hardware: Differentiate between shared and dedicated CPUsStephen Finucane2019-09-181-14/+14
* objects: Add 'NUMACell.pcpuset' fieldStephen Finucane2019-09-181-0/+7
* trivial: Rewrap definitions of 'NUMACell'Stephen Finucane2019-09-021-23/+56
* Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-1/+3
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+3
* Don't filter out sibling sets with one coreStephen Finucane2018-01-301-20/+15
* placement: using the dict format for the allocation in claim_resourcesHe Jie Xu2018-01-241-7/+4
* add dict of allocation requests to select_dests()Jay Pipes2017-07-191-0/+17
* placement: scheduler uses allocation candidatesJay Pipes2017-07-071-0/+5
* Pass a list of instance UUIDs to schedulerEdLeafe2017-06-011-1/+1
* Stop using ResourceProvider in scheduler and RTChris Dent2017-04-021-4/+4
* Make conductor ask scheduler to limit migrates to same cellDan Smith2017-03-291-1/+1
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-2/+1
* Scheduler calling the Placement APISylvain Bauza2017-01-271-0/+20
* Merge "Avoid update resource if compute node not updated"Jenkins2016-10-111-4/+9
|\
| * Avoid update resource if compute node not updatedjichenjc2016-07-251-4/+9
* | Fix require thread policy for multi-NUMA computesMikhail Chernik2016-08-031-10/+26
|/
* Merge "NUMATopologyFilter raise exception and not continue filter next node"Jenkins2016-03-021-6/+17
|\
| * NUMATopologyFilter raise exception and not continue filter next nodelyanchih2016-02-261-6/+17
* | Update HostManager and DiskFilter to use ComputeNode disk ratioSylvain Bauza2016-02-221-4/+8
|/
* Add 'hw:cpu_thread_policy=require' schedulingStephen Finucane2016-01-121-0/+11
* make the driver.Scheduler as abstract classVenkateswarlu Pallamala2015-11-111-0/+7
* Update HostManager and filters to use ComputeNode ratiosSylvain Bauza2015-08-311-4/+8
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+3
* Implement instance update logic in SchedulerEdLeafe2015-03-171-1/+5
* Change how HostManager is calling the service informationSylvain Bauza2015-02-131-5/+13
* Move scheduler.host_manager to use ComputeNode objectSylvain Bauza2015-02-131-26/+39
* objects: remove default values for numa cellSahid Orentino Ferdjaoui2015-02-121-2/+4
* Cleanup and removal of unused code in scheduler unit testsHans Lindgren2015-02-071-206/+0
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* libvirt: enhance to return avail free pages on cellsSahid Orentino Ferdjaoui2014-12-161-2/+2
* Add host field to ComputeNodeSylvain Bauza2014-12-081-11/+12
* Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* objects: move numa host and cell to objectsSahid Orentino Ferdjaoui2014-12-011-7/+9
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+268