summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/rpcapi.py
Commit message (Expand)AuthorAgeFilesLines
* New select_destinations scheduler callAndrew Laski2013-06-281-0/+7
* Add rpc client side version control.Russell Bryant2013-06-141-1/+17
* Deprecate show_host_resources() in scheduler managerHans Lindgren2013-05-021-3/+0
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-4/+0
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Add select_hosts to scheduler manager rpcDavid Scannell2013-02-181-0/+7
* Move scheduler_topic into nova.scheduler.rpcapiMark McLoughlin2013-01-081-1/+7
* Add get_backdoor_port to scheduler.Matthew Treinish2012-12-191-0/+5
* Merge "Make update_service_capabilities() accept a list of capabilities"Jenkins2012-12-131-1/+4
|\
| * Make update_service_capabilities() accept a list of capabilitiesMana Kaneko2012-12-031-1/+4
* | Ensure prep_resize arguments can be serialized.Russell Bryant2012-12-051-2/+4
|/
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flags imports from scheduler codeChris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-041-3/+3
* Remove nova-volume scheduling supportJoe Gordon2012-10-311-7/+1
* Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-4/+4
* Update scheduler rpc API version.Russell Bryant2012-09-181-1/+3
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-2/+3
* fix rpcapi version.Russell Bryant2012-09-111-0/+8
* Add version 2.0 of the scheduler RPC APIMark McLoughlin2012-08-291-6/+7
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-2/+10
* Always create the run_instance records locallyVishvananda Ishaya2012-08-161-5/+4
* Enforce quota limitations for instance resize.Eoghan Glynn2012-08-141-2/+4
* Fix rpc error with live_migrationRenuka Apte2012-08-131-3/+3
* Fix rpc error with live_migration.Russell Bryant2012-08-131-3/+3
* scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-3/+4
* Send full instance to scheduler live_migration.Russell Bryant2012-08-061-3/+5
* Remove topic from scheduler run_instance.Russell Bryant2012-08-061-3/+4
* Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-031-4/+11
* Remove unused scheduler functionsJoe Gordon2012-07-251-3/+0
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-2/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-2/+2
* Finish quota refactor.Kevin L. Mitchell2012-05-231-2/+3
* Add version to scheduler rpc API.Russell Bryant2012-05-231-0/+79