worker: Re-add FailoverPreparationForAmphora

This tasks removes the dns_name option from ports, so that they can be
plugged into a new amphora, which has a different name. This was lost in
change I04d267bd3cdedca11f0350c5255086233cba14ec.

Story: 2006205
Task: 35791

Conflicts:
    octavia/controller/worker/v1/flows/amphora_flows.py

Change-Id: I4230feae5b6f0778b738bddbc69c5a0cd3e6930c
Signed-off-by: Sven Wegener <sven.wegener@inovex.de>
(cherry picked from commit c4c7387f89)
This commit is contained in:
Sven Wegener 2019-01-16 13:44:34 +01:00 committed by Carlos Goncalves
parent 7eb83accd5
commit 37aad5db40
1 changed files with 4 additions and 0 deletions

View File

@ -311,6 +311,10 @@ class AmphoraFlows(object):
rebind={constants.AMPHORA: constants.FAILED_AMPHORA}, rebind={constants.AMPHORA: constants.FAILED_AMPHORA},
requires=constants.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 # Note: It seems intuitive to boot an amphora prior to deleting
# the old amphora, however this is a complicated issue. # the old amphora, however this is a complicated issue.
# If the target host (due to anit-affinity) is resource # If the target host (due to anit-affinity) is resource