summaryrefslogtreecommitdiffstats
path: root/nova/conductor
Commit message (Expand)AuthorAgeFilesLines
* Merge "Cells: Add support for global cinder"Jenkins2013-06-261-3/+36
|\
| * Cells: Add support for global cinderChris Behrens2013-06-111-3/+36
* | Extract live-migration scheduler logic from the scheduler driverJohn Garbutt2013-06-242-0/+184
* | Merge "Make _poll_unconfirmed_resizes() use objects"Jenkins2013-06-212-4/+7
|\ \
| * | Make _poll_unconfirmed_resizes() use objectsDan Smith2013-06-202-4/+7
* | | Make sure instance_type has extra_specsChris Behrens2013-06-201-1/+2
|/ /
* | Remove db session hack from conductor's vol_usage_update()Dan Smith2013-06-181-6/+1
* | Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-181-1/+1
|\ \
| * | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+1
* | | Merge "Add rpc client side version control."Jenkins2013-06-181-5/+28
|\ \ \
| * | | Add rpc client side version control.Russell Bryant2013-06-141-5/+28
| |/ /
* | | Merge "Sending volume IO usage broken"Jenkins2013-06-131-1/+3
|\ \ \ | |/ / |/| |
| * | Sending volume IO usage brokenMichael Kerrin2013-06-071-1/+3
* | | Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* | | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-1/+1
| |/ |/|
* | DB migration to the new BDM data formatNikola Dipanov2013-06-103-7/+15
* | Removed code duplication in conductor.apiAlexei Kornienko2013-06-101-292/+4
|/
* Merge "Make object actions pass positional arguments"Jenkins2013-06-052-8/+10
|\
| * Make object actions pass positional argumentsDan Smith2013-06-042-8/+10
* | Call scheduler for run_instance from conductorAndrew Laski2013-06-043-1/+50
|/
* compute.api call conductor ComputeTaskManager for live-migrateJohn Garbutt2013-05-303-2/+42
* Add base object modelDan Smith2013-05-292-2/+43
* Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-291-5/+20
* Set up 'compute_task' conductor namespace.Russell Bryant2013-05-244-1/+74
* Merge "Optimize instance queries in compute manager"Jenkins2013-05-193-23/+2
|\
| * Optimize instance queries in compute managerHans Lindgren2013-05-083-23/+2
* | Add the availability_zone to the volume.usage notificationsMichael Kerrin2013-04-301-0/+1
* | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-243-14/+2
* | Deprecate conductor ping method.Russell Bryant2013-04-233-12/+6
* | Add an rpc API common to all services.Russell Bryant2013-04-231-1/+2
* | Add option to exclude joins from instance_get_by_uuidAndrew Laski2013-04-223-10/+19
|/
* Make compute/manager use conductor for unrescue()Dan Smith2013-04-123-1/+16
* Optimize some of compute/manager's periodic tasks' DB queriesDan Smith2013-04-101-2/+2
* Change DB API instance functions for selective metadata fetchingDan Smith2013-04-103-23/+33
* Add tenant/ user id to volume usage notificationsOllie Leahy2013-04-091-2/+3
* Fix automatic confirmation of resizes for no-db-computeDan Smith2013-03-293-1/+21
* Make conductor's quota methods pass project_id properlyDan Smith2013-03-143-37/+22
* Merge "List ComputeHostNotFound as a client exception"Jenkins2013-03-131-1/+2
|\
| * List ComputeHostNotFound as a client exceptionHans Lindgren2013-03-131-1/+2
* | Merge "Fix: Managers that incorrectly derive from SchedulerDependentManager"Jenkins2013-03-131-3/+2
|\ \
| * | Fix: Managers that incorrectly derive from SchedulerDependentManagerHans Lindgren2013-03-121-3/+2
| |/
* / Fix quota issues with instance deletes.Chris Behrens2013-03-111-10/+32
|/
* Bump instance updated_at on network change.Russell Bryant2013-03-041-2/+2
* Merge "Compute manager should remove dead resources"Jenkins2013-03-043-1/+17
|\
| * Compute manager should remove dead resourcesDevananda van der Veen2013-03-043-1/+17
* | Tone down logging while waiting for conductor.Russell Bryant2013-03-011-1/+1
|/
* Make nova security groups more pluggableAaron Rosen2013-02-201-1/+3
* Fix handling of source_groups with no-db-compute.Vishvananda Ishaya2013-02-201-2/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-193-5/+7
* Make compute manager use conductor for stopping instancesDan Smith2013-02-123-1/+24