summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/driver.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove scheduler RPC API version 1.xMark McLoughlin2012-08-291-35/+4
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-0/+5
* Fixes backwards compatible rpc schedule_runVishvananda Ishaya2012-08-271-1/+4
* Fix spelling typosJoe Gordon2012-08-161-3/+3
* xenapi: Support live migration without poolsRenuka Apte2012-08-141-3/+4
* Enforce quota limitations for instance resize.Eoghan Glynn2012-08-141-1/+2
* scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-16/+14
* Send full instance to compute live_migration.Russell Bryant2012-08-061-5/+3
* Send full instance to scheduler live_migration.Russell Bryant2012-08-061-12/+15
* Remove topic from scheduler run_instance.Russell Bryant2012-08-061-1/+1
* Use explicit args in run_instance scheduler code.Russell Bryant2012-08-061-1/+4
* Reduce db access in prep_resize in the compute manager.Russell Bryant2012-08-061-4/+13
* Remove instance_id fallback from cast_to_compute_host().Russell Bryant2012-08-061-3/+1
* Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-031-1/+2
* Remove unused importsJoe Gordon2012-08-021-1/+0
* Remove unused scheduler functionsJoe Gordon2012-07-251-9/+0
* Adds generic retries for build failures.Brian Elliott2012-07-171-0/+3
* Refactoring required for blueprint xenapi-live-migrationJohn Garbutt2012-07-161-177/+29
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* refactor libvirt from connection -> driverSean Dague2012-06-271-1/+1
* vm state and task state managementYun Mao2012-06-211-2/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+3
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-061-1/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* | Merge "Add shared_storage_test methods to compute rpcapi."Jenkins2012-06-061-10/+6
|\ \
| * | Add shared_storage_test methods to compute rpcapi.Russell Bryant2012-06-011-10/+6
* | | Merge "Add get_instance_disk_info to the compute rpcapi."Jenkins2012-06-061-5/+1
|\| |
| * | Add get_instance_disk_info to the compute rpcapi.Russell Bryant2012-06-011-5/+1
| |/
* | Merge "cleanup power state (partially implements bp task-management)"Jenkins2012-06-051-3/+1
|\ \ | |/ |/|
| * cleanup power state (partially implements bp task-management)Yun Mao2012-05-291-3/+1
* | Merge "Fix instance update notification publisher id"Jenkins2012-06-011-1/+2
|\ \
| * | Fix instance update notification publisher idBrian Elliott2012-05-301-1/+2
| |/
* | Add compare_cpu to the compute rpcapi.Russell Bryant2012-05-311-4/+4
* | Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-12/+12
|/
* Added a instance state update notificationBrian Elliott2012-05-241-1/+6
* Finish quota refactor.Kevin L. Mitchell2012-05-231-2/+2
* Make use of openstack.common.jsonutils.Russell Bryant2012-05-151-1/+2
* Remove state altering in live-migration codeVishvananda Ishaya2012-05-041-13/+0
* Use openstack.common.importutils.Russell Bryant2012-04-281-1/+2
* allow power state "BLOCKED" for live migrations if using Xen by libvirtChristian Berendt2012-04-231-1/+4
* Add the serialization of exceptions for RPC calls.Alex Meade2012-04-061-12/+7
* Clean up the shared storage check (#891756)Mandell Degerness2012-03-261-29/+18
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Don't use ec2 IDs in scheduler driverChris Behrens2012-03-071-10/+8
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-2/+3
* Merge "fix restructuredtext formatting in docstrings that show up in the deve...Jenkins2012-03-071-0/+1
|\
| * fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-0/+1
* | Reset instance to ACTIVE when no hosts foundAndrew Clay Shafer2012-03-061-1/+11
|/
* Removed zones from api and distributed schedulerSandy Walsh2012-02-161-21/+1