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