summaryrefslogtreecommitdiffstats
path: root/nova/conductor/manager.py
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
* | Merge "Make _poll_unconfirmed_resizes() use objects"Jenkins2013-06-211-1/+4
|\ \
| * | Make _poll_unconfirmed_resizes() use objectsDan Smith2013-06-201-1/+4
* | | 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 "Sending volume IO usage broken"Jenkins2013-06-131-1/+3
|\ \
| * | Sending volume IO usage brokenMichael Kerrin2013-06-071-1/+3
* | | 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-101-2/+6
|/
* Merge "Make object actions pass positional arguments"Jenkins2013-06-051-4/+4
|\
| * Make object actions pass positional argumentsDan Smith2013-06-041-4/+4
* | Call scheduler for run_instance from conductorAndrew Laski2013-06-041-1/+14
|/
* compute.api call conductor ComputeTaskManager for live-migrateJohn Garbutt2013-05-301-2/+20
* Add base object modelDan Smith2013-05-291-1/+29
* Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-291-5/+20
* Set up 'compute_task' conductor namespace.Russell Bryant2013-05-241-1/+33
* Merge "Optimize instance queries in compute manager"Jenkins2013-05-191-0/+2
|\
| * Optimize instance queries in compute managerHans Lindgren2013-05-081-0/+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-241-0/+2
* | Deprecate conductor ping method.Russell Bryant2013-04-231-0/+2
* | 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-221-3/+5
|/
* Make compute/manager use conductor for unrescue()Dan Smith2013-04-121-1/+4
* Change DB API instance functions for selective metadata fetchingDan Smith2013-04-101-6/+9
* Add tenant/ user id to volume usage notificationsOllie Leahy2013-04-091-2/+3
* Fix automatic confirmation of resizes for no-db-computeDan Smith2013-03-291-1/+4
* Make conductor's quota methods pass project_id properlyDan Smith2013-03-141-5/+5
* Merge "List ComputeHostNotFound as a client exception"Jenkins2013-03-131-1/+2
|\
| * List ComputeHostNotFound as a client exceptionHans Lindgren2013-03-131-1/+2
* | Fix: Managers that incorrectly derive from SchedulerDependentManagerHans Lindgren2013-03-121-3/+2
|/
* Bump instance updated_at on network change.Russell Bryant2013-03-041-2/+2
* Compute manager should remove dead resourcesDevananda van der Veen2013-03-041-1/+5
* 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
* Make compute manager use conductor for stopping instancesDan Smith2013-02-121-1/+11
* Make the metadata paths use conductorDan Smith2013-02-121-1/+23
* More conductor support for resizesDan Smith2013-02-111-2/+26
* Use joined version of db.api callsJoe Gordon2013-02-081-0/+1
* Move security_groups refreshes to conductorDan Smith2013-02-061-1/+9
* Refactor instance usage notifications for compute managerDan Smith2013-02-061-1/+9
* Fix up instance types in sys meta for resizesDan Smith2013-02-041-0/+1
* instance.update notifications don't always identify the servicePhil Day2013-01-311-3/+4
* Move task_log functions to conductorDan Smith2013-01-291-1/+19
* Add instance_fault_create() to conductorDan Smith2013-01-291-1/+5
* Adds conductor support for instance_get_active_by_window_joinedTiago Mello2013-01-221-5/+9
* Add service_update to conductor.Russell Bryant2013-01-181-1/+6
* Move compute node operations to conductorDan Smith2013-01-161-1/+10
* Make resource tracker use conductor for listing instancesDan Smith2013-01-161-4/+8