summaryrefslogtreecommitdiff
path: root/nova/scheduler/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Initial scheduler support for instance_groupsGary Kotton2014-03-061-10/+0
* Add a caching scheduler driverJohn Garbutt2014-02-261-0/+4
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-3/+3
* Merge "Remove update_service_capabilities from nova"Jenkins2014-01-271-5/+0
|\
| * Remove update_service_capabilities from novaJay Lau2013-12-221-5/+0
* | Deprecate/remove scheduler select_hosts()Hans Lindgren2013-12-131-5/+0
|/
* Fixes several misc typos in scheduler codeAlex Glikson2013-10-031-1/+1
* Add Docstring to some scheduler/driver.py methodsInbar2013-10-031-3/+6
* Ensure anti affinity scheduling worksGary Kotton2013-09-171-1/+1
* Remove unused method in scheduler driverYaguang Tang2013-09-131-18/+0
* Port to oslo.messaging.Notifier APIMark McLoughlin2013-09-051-3/+3
* Change RPC to use new BDM format for instance bootNikola Dipanov2013-08-191-1/+1
* Moves compute.rpcapi.prep_resize call to scheduler.managerTiago Mello2013-07-311-7/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Changes select_destinations to return dicts instead of objectsTiago Mello2013-07-121-2/+2
* 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