summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/simple.py
Commit message (Expand)AuthorAgeFilesLines
* Remove nova-volume scheduling supportJoe Gordon2012-10-311-97/+0
* Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-5/+4
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-3/+4
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-3/+5
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-3/+6
* Fix broken SimpleScheduler.schedule_run_instance()Maru Newby2012-08-241-1/+1
* Add deprecated warning to SimpleSchedulerJoe Gordon2012-08-211-0/+12
* Shrink Simple SchedulerJoe Gordon2012-07-251-68/+3
* Finish quota refactor.Kevin L. Mitchell2012-05-231-2/+3
* Imports to human alphabetical orderJoe Gordon2012-04-261-2/+2
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Include launch_index when creating instances.Mike Milner2012-02-231-0/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Backslash continuations (network, scheduler)Zhongyue Luo2012-02-081-2/+2
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-8/+18
* Merge "Adds isolated hosts filter"Jenkins2012-01-231-2/+0
|\
| * Adds isolated hosts filterVishvananda Ishaya2012-01-211-2/+0
* | Make start_instance cast directly to compute hostChris Behrens2012-01-211-7/+0
|/
* Add option to force hosts to schedulerVishvananda Ishaya2012-01-201-2/+0
* scheduler host_manager needs service for filtersChris Behrens2012-01-191-4/+5
* Separate scheduler host managementChris Behrens2012-01-181-17/+0
* Isolate certain images on certain hosts.Todd Willey2012-01-081-1/+14
* Clarify NoValidHost messagesJoe Gordon2011-12-201-3/+3
* Fix scheduler error handlerChris Behrens2011-12-151-0/+4
* Merge "Updates simple scheduler to allow strict availability_zone scheduling"Jenkins2011-12-021-1/+3
|\
| * Updates simple scheduler to allow strict availability_zone schedulingJoseph W. Breu2011-12-011-1/+3
* | Make run_instance only support instance uuids.Mark Washenberger2011-12-011-1/+1
|/
* Exception cleanup in schedulerJoe Gordon2011-11-081-15/+15
* Allows non-admin users to use simple schedulerVishvananda Ishaya2011-11-031-7/+9
* Moves a-zone scheduling into simple schedulerVishvananda Ishaya2011-10-201-9/+19
* compute_api create*() and schedulers refactoringChris Behrens2011-09-271-39/+35
* merge with nova trunkIsaku Yamahata2011-06-161-6/+5
|\
| * make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-6/+5
* | compute: implement ec2 stop/start instancesIsaku Yamahata2011-05-271-1/+7
|/
* Review feedbackJosh Kearney2011-03-311-3/+9
* makes sure that : is in the availability zone before it attempts to use it to...Vishvananda Ishaya2011-01-271-2/+6
* i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-2/+2
* Merge trunk.Todd Willey2010-12-281-6/+7
|\
| * First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-6/+7
* | Burnin support by specifying a specific host via availability_zone for runningTodd Willey2010-12-211-0/+26
|/
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-211-0/+1
* merged schedulerVishvananda Ishaya2010-09-111-12/+12
|\
| * tests for volumes workVishvananda Ishaya2010-09-111-5/+4
| * update query and testVishvananda Ishaya2010-09-111-0/+1
| * use gigabytes and coresVishvananda Ishaya2010-09-111-13/+13
* | merged schedulerVishvananda Ishaya2010-09-101-2/+8
|\|
| * set host when item is scheduledVishvananda Ishaya2010-09-101-2/+8
* | added scheduled_at to instances and volumesVishvananda Ishaya2010-09-091-2/+12
|/
* kwargs don't work if you prepend an underscoreVishvananda Ishaya2010-09-091-4/+3