summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/multi.py
Commit message (Expand)AuthorAgeFilesLines
* Remove multi scheduler.Russell Bryant2013-04-101-78/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flags imports from scheduler codeChris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-041-4/+5
* Remove nova-volume scheduling supportJoe Gordon2012-10-311-9/+6
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-5/+0
* Remove some remnants of VSA supportMark McLoughlin2012-08-291-13/+0
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-0/+3
* Adds default fall-through to the multi scheduler.David Scannell2012-06-271-2/+9
* Fix Multi_Scheduler to process host capabilitiesArmando Migliaccio2012-05-181-0/+6
* Use openstack.common.importutils.Russell Bryant2012-04-281-3/+5
* Imports to human alphabetical orderJoe Gordon2012-04-261-1/+1
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Reset instance to ACTIVE when no hosts foundAndrew Clay Shafer2012-03-061-4/+8
* Rename DistributedScheduler as FilterSchedulerJoe Gordon2012-03-051-1/+1
* fix for bug 821252. Smarter default schedulerJoe Gordon2012-03-011-1/+2
* Removed zones from api and distributed schedulerSandy Walsh2012-02-161-4/+0
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-7/+12
* Make start_instance cast directly to compute hostChris Behrens2012-01-211-1/+0
* First implementation of bp/live-migration-resource-calcmasumotok2012-01-131-1/+1
* Implement schedule_prep_resize()Kevin L. Mitchell2011-11-181-0/+1
* compute_api create*() and schedulers refactoringChris Behrens2011-09-271-3/+5
* allow scheduling topics to multiple driverstermie2011-08-111-0/+73