nova/nova/conductor
Matt Riedemann dc64366a77 Set migration object attributes for source/dest during live migrate
During live migration, the Migration object is created in the
conductor task manager but the node fields are not yet set, and
dest_compute wouldn't be set if a host was not specified in the
API.

This change makes sure that the dest_compute, dest_node and
source_node attributes are set on the Migration object in the
LiveMigrationTask before casting to the source compute.

Change-Id: Idad5cdbb2c5647c469e4ad5e9393564255df0f7f
2017-09-30 12:07:05 -04:00
..
tasks Set migration object attributes for source/dest during live migrate 2017-09-30 12:07:05 -04:00
__init__.py Remove conductor local api:s and 'use_local' config option 2016-10-18 14:26:06 +02:00
api.py Merge "Remove translation of log messages" 2017-08-10 11:39:03 +00:00
manager.py Merge "Add @targets_cell for live_migrate_instance method in conductor" 2017-09-20 14:51:23 +00:00
rpcapi.py Default reservations=None in Cells v1 and conductor APIs 2017-07-14 12:25:58 +00:00