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
commit 1a1fce0fa8
1 changed files with 0 additions and 2 deletions

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)