summaryrefslogtreecommitdiff
path: root/nova/conductor/tasks/cross_cell_migrate.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/conductor/tasks/cross_cell_migrate.py')
-rw-r--r--nova/conductor/tasks/cross_cell_migrate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/conductor/tasks/cross_cell_migrate.py b/nova/conductor/tasks/cross_cell_migrate.py
index 07fa674159..d66394cb6e 100644
--- a/nova/conductor/tasks/cross_cell_migrate.py
+++ b/nova/conductor/tasks/cross_cell_migrate.py
@@ -77,6 +77,7 @@ class TargetDBSetupTask(base.TaskBase):
This is needed before any work can be done with the instance in the target
cell, like validating the selected target compute host.
"""
+
def __init__(self, context, instance, source_migration,
target_cell_context):
"""Initialize this task.