octavia/octavia/controller/worker
Michael Johnson 56ab54008c Fix an issue with failover on VIP net without DHCP
During a failover event, if the VIP subnet did not have DHCP
enabled the failover would fail.  The failover flow was not
refreshing the amphora data stored in the flow.  This caused
later tasks in the flow to incorrectly think that there was no
vrrp_ip assigned to the amphora.

This change adds an amphora refresh task to the flow to make sure
the flow data is updated from the database and the vrrp_ip is
available.  It also corrects a logging message to show the port ID.

Change-Id: Ibb9607a8aa14cdcfbaf5eca7b5206c586d22efce
Closes-Bug: #1694440
Closes-Bug: #1694426
2017-06-08 16:49:07 -07:00
..
flows Fix an issue with failover on VIP net without DHCP 2017-06-08 16:49:07 -07:00
tasks Handle log message interpolation by the logger 2017-06-07 16:08:59 -07:00
__init__.py Implements Octavia Controller Worker 2015-04-29 21:34:07 +00:00
amphora_rate_limit.py Adds a new feature to limit the amphora build rate 2017-03-16 16:50:31 +00:00
controller_worker.py Fix HM flows to set Pool back to active 2017-06-02 19:14:03 +00:00
task_utils.py Fix HM flows to set Pool back to active 2017-06-02 19:14:03 +00:00