Merge "worker: Re-add FailoverPreparationForAmphora"

This commit is contained in:
Zuul 2019-08-22 21:50:36 +00:00 committed by Gerrit Code Review
commit 9ec9859bbf
2 changed files with 8 additions and 0 deletions

View File

@ -364,6 +364,10 @@ class AmphoraFlows(object):
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
requires=constants.AMPHORA))
failover_amphora_flow.add(network_tasks.FailoverPreparationForAmphora(
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
requires=constants.AMPHORA))
# Note: It seems intuitive to boot an amphora prior to deleting
# the old amphora, however this is a complicated issue.
# If the target host (due to anit-affinity) is resource

View File

@ -364,6 +364,10 @@ class AmphoraFlows(object):
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
requires=constants.AMPHORA))
failover_amphora_flow.add(network_tasks.FailoverPreparationForAmphora(
rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
requires=constants.AMPHORA))
# Note: It seems intuitive to boot an amphora prior to deleting
# the old amphora, however this is a complicated issue.
# If the target host (due to anit-affinity) is resource