summaryrefslogtreecommitdiff
path: root/nova/tests/unit/scheduler/test_caching_scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* Modify select_destinations() to return objects and altsEd Leafe2017-12-071-1/+1
* Return Selection objects from the scheduler driverEdLeafe2017-12-071-2/+3
* Add alternate hostsEdLeafe2017-10-211-0/+53
* add dict of allocation requests to select_dests()Jay Pipes2017-07-191-8/+9
* placement: scheduler uses allocation candidatesJay Pipes2017-07-071-6/+20
* placement: refactor driver select_destinations()Jay Pipes2017-06-271-2/+2
* Pass a list of instance UUIDs to schedulerEdLeafe2017-06-011-5/+6
* Make conductor ask scheduler to limit migrates to same cellDan Smith2017-03-291-11/+32
* Scheduler calling the Placement APISylvain Bauza2017-01-271-2/+2
* Prevent instance disk overcommit against itselfandrewbogott2016-06-211-0/+1
* Use assertLess(Equal) instead of assertTrue(A > X)Stephen Finucane2016-06-031-1/+1
* Replaced unittest and unittest2 to testtoolsGábor Antal2016-03-031-3/+4
* Update HostManager and DiskFilter to use ComputeNode disk ratioSylvain Bauza2016-02-221-0/+1
* Modify Scheduler RPC API to use RequestSpec objSylvain Bauza2016-01-061-18/+23
* Use RequestSpec object in the FilterSchedulerSylvain Bauza2015-10-301-8/+10
* Fix MetricWeigher to use MonitorMetricListYingxin Cheng2015-09-231-0/+2
* Update HostManager and filters to use ComputeNode ratiosSylvain Bauza2015-08-311-0/+2
* Don't allow instance to overcommit against itselfChris Friesen2015-08-251-0/+1
* Include DiskFilter in the default listDan Smith2015-07-311-0/+2
* Use six.moves.range for Python 3Victor Stinner2015-05-201-2/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+199