summaryrefslogtreecommitdiff
path: root/nova/conductor
Commit message (Expand)AuthorAgeFilesLines
* Merge "Nova-all: Replace basestring by six for python3 compatability"Jenkins2013-11-151-1/+3
|\
| * Nova-all: Replace basestring by six for python3 compatabilityguohliu2013-10-281-1/+3
* | Send delete.end with latest instance stateAndrew Melton2013-11-012-4/+6
* | Deprecate two security_group-related methods from conductorDan Smith2013-10-303-19/+4
* | Make metadata server use objects for Instance and Security GroupsDan Smith2013-10-301-2/+2
|/
* Merge "Add obj_make_compatible()"Jenkins2013-10-241-2/+7
|\
| * Add obj_make_compatible()Dan Smith2013-10-171-2/+7
* | Update version aliases for rpc version controlRussell Bryant2013-10-161-0/+6
|/
* Remove aggregate metadata methods from conductor and virtapiDan Smith2013-10-153-28/+6
* Remove instance_info_cache_update() from conductorHans Lindgren2013-10-123-11/+3
* Make the base object infrastructure use FieldsDan Smith2013-10-111-5/+6
* Fix conductor's object change detectionDan Smith2013-10-091-3/+1
* Merge "Fix filter_properties of unshelve API"Jenkins2013-10-051-1/+3
|\
| * Fix filter_properties of unshelve APIKen'ichi Ohmichi2013-10-031-1/+3
* | Merge "Make LiveMigrateTask use build_request_spec()"Jenkins2013-10-041-17/+7
|\ \
| * | Make LiveMigrateTask use build_request_spec()Hans Lindgren2013-09-271-17/+7
| |/
* | Avoid spamming conductor logs with object exceptionsDan Smith2013-10-011-2/+18
|/
* Fix live-migrate when source image deletedJohn Garbutt2013-09-091-2/+5
* Merge "add conf for number of conductor workers"Jenkins2013-09-061-0/+2
|\
| * add conf for number of conductor workersPeter Feiner2013-09-051-0/+2
* | Avoid errors on some actions when image not usableXavier Queralt2013-09-061-4/+2
|/
* Merge "Deprecate conductor migration_get()"Jenkins2013-09-053-8/+4
|\
| * Deprecate conductor migration_get()Chris Behrens2013-09-043-8/+4
* | Port to oslo.messaging.Notifier APIMark McLoughlin2013-09-051-5/+4
|/
* Port all rpcapi modules to oslo.messaging interfaceMark McLoughlin2013-09-031-190/+210
* Adds 'instance_type' param to build_request_specTiago Mello2013-09-021-1/+1
* Change prep_resize paths to use objectsChris Behrens2013-08-291-1/+1
* Deprecate conductor migration_create()Chris Behrens2013-08-293-10/+3
* Convert _poll_unconfirmed_resizes to use Migration objectChris Behrens2013-08-283-31/+7
* Make compute_api confirm/revert resize use objectsDan Smith2013-08-281-4/+12
* Make compute_api migrate/resize paths use instance objectsDan Smith2013-08-284-33/+62
* Move live-migration control flow from scheduler to conductorJohn Garbutt2013-08-272-22/+80
* Merge "Set VM back to its original state if cold migration failed"Jenkins2013-08-231-1/+4
|\
| * Set VM back to its original state if cold migration failedJay Lau2013-08-201-1/+4
* | Change RPC to use new BDM format for instance bootNikola Dipanov2013-08-193-10/+16
|/
* Merge "Moves compute.rpcapi.prep_resize call to conductor"Jenkins2013-08-131-15/+62
|\
| * Moves compute.rpcapi.prep_resize call to conductorTiago Mello2013-08-121-15/+62
* | Merge "maint: remove redundant default=None for config options"Jenkins2013-08-131-1/+0
|\ \ | |/ |/|
| * maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+0
* | Deprecate conductor's compute_reboot() interfaceDan Smith2013-08-103-9/+2
* | Deprecate conductor's compute_stop() interfaceDan Smith2013-08-103-13/+2
|/
* Add obj_attr_is_set() method to NovaObjectDan Smith2013-08-011-2/+2
* Fix change detection logic in conductorDan Smith2013-08-011-1/+2
* Moves scheduler.rpcapi.prep_resize call on compute.api to conductorTiago Mello2013-07-293-21/+41
* Merge "Don't pass empty image to filter on live migration"Jenkins2013-07-271-4/+7
|\
| * Don't pass empty image to filter on live migrationNikola Dipanov2013-07-251-4/+7
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-263-0/+3
* | Per-project-user-quotas for more granularityliyingjun2013-07-243-13/+23
|/
* Merge "Handle instance objects in conductor compute_stop"Jenkins2013-07-202-7/+19
|\
| * Handle instance objects in conductor compute_stopMatt Riedemann2013-07-182-7/+19