summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index 884f1f78f..0d504ab78 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -980,10 +980,10 @@ class ComputeManager(manager.SchedulerDependentManager):
{'instance_uuid': instance_ref['uuid'],
'source_compute': instance_ref['host'],
'dest_compute': FLAGS.host,
- 'dest_host': self.driver.get_host_ip_addr(),
+ 'dest_host': self.driver.get_host_ip_addr(),
'old_instance_type_id': old_instance_type['id'],
'new_instance_type_id': instance_type_id,
- 'status': 'pre-migrating'})
+ 'status': 'pre-migrating'})
LOG.audit(_('instance %s: migrating'), instance_ref['uuid'],
context=context)