summaryrefslogtreecommitdiffstats
path: root/nova/conductor/api.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Initial scheduler support for instance_groups"Russell Bryant2013-06-201-15/+0
* Merge "Initial scheduler support for instance_groups"Jenkins2013-06-201-0/+15
|\
| * Initial scheduler support for instance_groupsGary Kotton2013-06-161-0/+15
* | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+1
|/
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* DB migration to the new BDM data formatNikola Dipanov2013-06-101-2/+3
* Removed code duplication in conductor.apiAlexei Kornienko2013-06-101-292/+4
* Call scheduler for run_instance from conductorAndrew Laski2013-06-041-0/+22
* compute.api call conductor ComputeTaskManager for live-migrateJohn Garbutt2013-05-301-0/+11
* Set up 'compute_task' conductor namespace.Russell Bryant2013-05-241-0/+15
* Merge "Optimize instance queries in compute manager"Jenkins2013-05-191-14/+0
|\
| * Optimize instance queries in compute managerHans Lindgren2013-05-081-14/+0
* | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-10/+0
* | Deprecate conductor ping method.Russell Bryant2013-04-231-7/+4
* | Add option to exclude joins from instance_get_by_uuidAndrew Laski2013-04-221-4/+8
|/
* Make compute/manager use conductor for unrescue()Dan Smith2013-04-121-0/+6
* 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-101-11/+14
* Fix automatic confirmation of resizes for no-db-computeDan Smith2013-03-291-0/+9
* Make conductor's quota methods pass project_id properlyDan Smith2013-03-141-26/+8
* Fix quota issues with instance deletes.Chris Behrens2013-03-111-10/+32
* Merge "Compute manager should remove dead resources"Jenkins2013-03-041-0/+6
|\
| * Compute manager should remove dead resourcesDevananda van der Veen2013-03-041-0/+6
* | Tone down logging while waiting for conductor.Russell Bryant2013-03-011-1/+1
|/
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Make compute manager use conductor for stopping instancesDan Smith2013-02-121-0/+6
* Make the metadata paths use conductorDan Smith2013-02-121-0/+18
* More conductor support for resizesDan Smith2013-02-111-0/+32
* Merge "Use joined version of db.api calls"Jenkins2013-02-091-10/+0
|\
| * Use joined version of db.api callsJoe Gordon2013-02-081-10/+0
* | Merge "Move floating ip db access to calling side."Jenkins2013-02-081-22/+2
|\ \
| * | Move floating ip db access to calling side.Vishvananda Ishaya2013-02-071-22/+2
| |/
* | Merge "Default the last parameter (state) in task_log_get to None"Jenkins2013-02-081-2/+2
|\ \ | |/ |/|
| * Default the last parameter (state) in task_log_get to NoneDavanum Srinivas2013-02-061-2/+2
* | Move security_groups refreshes to conductorDan Smith2013-02-061-0/+17
|/
* Refactor instance usage notifications for compute managerDan Smith2013-02-061-0/+14
* instance.update notifications don't always identify the servicePhil Day2013-01-311-2/+3
* Move task_log functions to conductorDan Smith2013-01-291-0/+32
* Add instance_fault_create() to conductorDan Smith2013-01-291-0/+6
* Adds conductor support for instance_get_active_by_window_joinedTiago Mello2013-01-221-0/+10
* Add service_update to conductor.Russell Bryant2013-01-181-0/+6
* Move compute node operations to conductorDan Smith2013-01-161-0/+14
* Make resource tracker use conductor for listing instancesDan Smith2013-01-161-0/+7
* Move migration_get_..._by_host_and_node to conductorDan Smith2013-01-151-0/+9
* Fix uses of service_get_all_compute_by_hostChris Behrens2013-01-141-5/+11
* Move migration_create() to conductorDan Smith2013-01-121-0/+7
* Add service_destroy to conductor.Russell Bryant2013-01-111-0/+6
* Make nova.service get service through conductor.Russell Bryant2013-01-111-0/+8
* Add service_create to conductor.Russell Bryant2013-01-111-0/+6
* Make pinging conductor a part of conductor API.Russell Bryant2013-01-111-0/+36