Comment 10 for bug 1400217

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/juno)

Reviewed: https://review.openstack.org/149818
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fbabf07a8dcc306661ac8aa95dbe76c8340c8664
Submitter: Jenkins
Branch: stable/juno

commit fbabf07a8dcc306661ac8aa95dbe76c8340c8664
Author: Sachi King <email address hidden>
Date: Mon Dec 8 17:42:48 2014 +1100

    If router is HA, get current_cidrs from keepalived object

    When using L3 HA and keepalived neutron is no longer directly managing
    the floating IP addresses itself. Neutron should not check against
    which addresses are currently configured on the system, but the
    addresses the keepalived object has configured.

    Conflicts:
     neutron/agent/l3/agent.py

    Co-Authored-By: Benoit Page-Guitard <email address hidden>
    Change-Id: I56045ede3a3dc1a7044a22913ee38ed382a81052
    Closes-Bug: #1400217
    (cherry picked from commit ccd5fe83884cf72c7e69091f318628884665f971)