Merge "Remove dead code from MigrationTask._execute"

This commit is contained in:
Zuul
2019-12-18 17:44:28 +00:00
committed by Gerrit Code Review
-2
View File
@@ -400,8 +400,6 @@ class MigrationTask(base.TaskBase):
selection = self._reschedule()
scheduler_utils.populate_filter_properties(legacy_props, selection)
# context is not serializable
legacy_props.pop('context', None)
(host, node) = (selection.service_host, selection.nodename)