summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "New select_destinations scheduler call"Jenkins2013-07-011-1/+12
|\
| * New select_destinations scheduler callAndrew Laski2013-06-281-1/+12
* | Moves scheduler.manager._set_vm_state_and_notify to scheduler.utilsTiago Mello2013-06-281-52/+3
|/
* Merge "Allow scheduler manager NoValidHost exception to pass over RPC"Jenkins2013-06-251-0/+1
|\
| * Allow scheduler manager NoValidHost exception to pass over RPCHans Lindgren2013-06-191-0/+1
* | Extract live-migration scheduler logic from the scheduler driverJohn Garbutt2013-06-241-3/+10
* | Remove usage of locals() for formatting from nova.scheduler.*Changbin Liu2013-06-191-3/+4
|/
* Merge "Fix and enable H403 tests"Jenkins2013-06-131-2/+3
|\
| * Fix and enable H403 testsDirk Mueller2013-06-121-2/+3
* | Put VM UUID to live migration error notificationJay Lau2013-06-091-1/+4
|/
* Deprecate show_host_resources() in scheduler managerHans Lindgren2013-05-021-3/+1
* Reset migrating task state for MigrationError exceptionsHans Lindgren2013-05-011-1/+11
* Update to using oslo periodic tasks implementation.Michael Still2013-05-011-1/+2
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-0/+2
* Add an rpc API common to all services.Russell Bryant2013-04-231-1/+2
* Catch NoValidHost exception during live-migrationHans Lindgren2013-04-091-1/+2
* Reset migrating task state for more ExceptionsAndrew Laski2013-03-151-1/+3
* Merge "Fixes instance task_state being left as migrating"Jenkins2013-03-151-1/+4
|\
| * Fixes instance task_state being left as migratingFei Long Wang2013-03-121-1/+4
* | Fix: Managers that incorrectly derive from SchedulerDependentManagerHans Lindgren2013-03-121-5/+4
|/
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Ensure rpc result is primitive types.Russell Bryant2013-02-181-1/+2
* Add select_hosts to scheduler manager rpcDavid Scannell2013-02-181-1/+8
* Merge "Handle compute node not available for live migration"Jenkins2013-02-131-0/+11
|\
| * Handle compute node not available for live migrationJian Wen2013-01-311-0/+11
* | Record instance actions and eventsAndrew Laski2013-02-011-35/+42
|/
* Make scheduler modules pass conductor to add_instance_faultDan Smith2013-01-301-0/+2
* Add host to instance_faults table.Rick Harris2013-01-171-2/+2
* Fix uses of service_get_all_compute_by_hostChris Behrens2013-01-141-4/+3
* fix N402 for nova/schedulerSean Dague2013-01-091-1/+1
* Add get_backdoor_port to scheduler.Matthew Treinish2012-12-191-1/+4
* Make update_service_capabilities() accept a list of capabilitiesMana Kaneko2012-12-031-5/+8
* 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-3/+4
* Merge "Add some hooks for managers when service starts"Jenkins2012-11-021-3/+8
|\
| * Add some hooks for managers when service startsChris Behrens2012-11-011-3/+8
* | Remove nova-volume scheduling supportJoe Gordon2012-10-311-10/+4
|/
* Let scheduler know services' capabilities at startupArata Notsu2012-10-281-0/+4
* Set volume status to error if scheduling fails.Russell Bryant2012-09-211-3/+3
* Cleanup unused import in manager.pyNewptone2012-09-191-2/+0
* Merge "Improve error handling of scheduler"Jenkins2012-09-191-31/+38
|\
| * Improve error handling of schedulerVishvananda Ishaya2012-09-171-31/+38
* | Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-3/+3
* | Update scheduler rpc API version.Russell Bryant2012-09-181-3/+3
* | Adds new volume API extensionsUnmesh Gurjar2012-09-181-2/+3
|/
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-151/+11
* Add version 2.0 of the scheduler RPC APIMark McLoughlin2012-08-291-0/+74
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-1/+27