summaryrefslogtreecommitdiff
path: root/nova/scheduler/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Drop scheduler RPC 3.x supportHans Lindgren2015-08-191-33/+0
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-1/+1
* Add the RPC calls for instance updates.EdLeafe2015-03-171-1/+22
* Add update and delete _aggregate() method to the Scheduler RPC APISylvain Bauza2015-03-051-1/+20
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-4/+4
* Bump major version of Scheduler RPC API to 4.0Sylvain Bauza2014-12-101-93/+28
* object-ify flavors manager side of the RPCmelanie witt2014-12-041-1/+8
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Use oslo.utilsDavanum Srinivas2014-10-061-2/+2
* Deprecate scheduler prep_resizeSylvain Bauza2014-07-221-0/+2
* Merge "Fix the rest of direct uses of instance module objects"Jenkins2014-06-271-3/+3
|\
| * Fix the rest of direct uses of instance module objectsChris Behrens2014-06-241-3/+3
* | Drop support for scheduler 2.x rpc interfaceRussell Bryant2014-06-181-155/+2
|/
* Deprecate run_instance and remove unnecessary codeAndrew Laski2014-05-281-0/+2
* Remove conductor usage from compute.utils.EventReporterHans Lindgren2014-05-081-5/+2
* Add version 3.0 of scheduler rpc interfaceRussell Bryant2014-03-101-0/+30
* Add a caching scheduler driverJohn Garbutt2014-02-261-5/+18
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-12/+12
* Merge "Remove update_service_capabilities from nova"Jenkins2014-01-271-14/+0
|\
| * Remove update_service_capabilities from novaJay Lau2013-12-221-14/+0
* | Deprecate/remove scheduler select_hosts()Hans Lindgren2013-12-131-1/+3
|/
* Disable compute fanout to schedulerJoe Gordon2013-08-301-8/+3
* Change prep_resize paths to use objectsChris Behrens2013-08-291-1/+7
* Move live-migration control flow from scheduler to conductorJohn Garbutt2013-08-271-2/+1
* Fix scheduler prep_resize deprecated commentsChris Behrens2013-08-201-2/+0
* Change RPC to use new BDM format for instance bootNikola Dipanov2013-08-191-3/+4
* Moves compute.rpcapi.prep_resize call to conductorTiago Mello2013-08-121-1/+3
* Moves compute.rpcapi.prep_resize call to scheduler.managerTiago Mello2013-07-311-10/+18
* Set VM back to its original state if cold migration failedJay Lau2013-07-251-1/+2
* Changes select_destinations to return dicts instead of objectsTiago Mello2013-07-121-1/+2
* 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
|\