summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/driver.py
Commit message (Expand)AuthorAgeFilesLines
* New select_destinations scheduler callAndrew Laski2013-06-281-0/+9
* Extract live-migration scheduler logic from the scheduler driverJohn Garbutt2013-06-241-192/+0
* Revert "Initial scheduler support for instance_groups"Russell Bryant2013-06-201-18/+8
* Merge "Initial scheduler support for instance_groups"Jenkins2013-06-201-8/+18
|\
| * Initial scheduler support for instance_groupsGary Kotton2013-06-161-8/+18
* | Remove usage of locals() for formatting from nova.scheduler.*Changbin Liu2013-06-191-3/+5
|/
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
* Pass None to image if booted from volume in live migrationDongdong Zhou2013-05-081-1/+5
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
* Reset migrating task state for MigrationError exceptionsHans Lindgren2013-05-011-1/+1
* Remove unnecessary db call in scheduler driver live-migration codeHans Lindgren2013-04-111-2/+2
* Don't use instance['instance_type'] for scheduler filters in migrationDan Smith2013-02-281-1/+3
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Live migration with an auto selection of destHans Lindgren2013-02-191-12/+52
* Add select_hosts to scheduler manager rpcDavid Scannell2013-02-181-0/+5
* Merge "Handle compute node not available for live migration"Jenkins2013-02-131-1/+4
|\
| * Handle compute node not available for live migrationJian Wen2013-01-311-1/+4
* | Support for scheduler hints for VM groupsGary Kotton2013-02-081-1/+14
* | Merge "Add support for memory overcommit in live-migration"Jenkins2013-02-061-8/+1
|\ \ | |/ |/|
| * Add support for memory overcommit in live-migrationHans Lindgren2013-01-221-8/+1
* | Make scheduler modules pass conductor to add_instance_faultDan Smith2013-01-301-0/+2
* | Remove compute api from scheduler driverHans Lindgren2013-01-231-2/+0
|/
* Add host to instance_faults table.Rick Harris2013-01-171-2/+2
* Fix uses of service_get_all_compute_by_hostChris Behrens2013-01-141-6/+5
* Remove more unused opts from nova.scheduler.driverMark McLoughlin2013-01-111-2/+0
* Remove unused opt import in scheduler.driverMark McLoughlin2013-01-091-1/+0
* Merge "fix N402 for nova/scheduler"Jenkins2013-01-091-1/+1
|\
| * fix N402 for nova/schedulerSean Dague2013-01-091-1/+1
* | Move compute_topic into nova.compute.rpcapiMark McLoughlin2013-01-091-1/+1
|/
* Removed unused imports.Chuck Short2012-12-211-2/+0
* Clean up unused methods in scheduler/driverZhiteng Huang2012-11-271-29/+0
* Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-4/+5
* Cleanup compute multi-node assignment of nodeBrian Elliott2012-11-251-11/+2
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-3/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* Remove nova.flags imports from scheduler codeChris Behrens2012-11-151-1/+0
* Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-0/+9
* Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-041-5/+5
* Remove flags.DECLAREMark McLoughlin2012-11-041-2/+4
* Remove nova-volume scheduling supportJoe Gordon2012-10-311-5/+0
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-18/+2
* Fix check for memory_mbDavanum Srinivas2012-10-271-1/+1
* Fix hardcoded topic strings with constants.Michael H Wilson2012-10-251-4/+4
* Remove cast_to_network from scheduler.Russell Bryant2012-10-091-11/+1
* Set instance host field after resource claimBrian Elliott2012-10-081-4/+4
* Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-2/+2
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-1/+1
* Fixes error handling during schedule_run_instanceVishvananda Ishaya2012-09-171-2/+33
* Avoid live migrate overwriting the other task_stateJian Wen2012-09-131-10/+1