Comment 12 for bug 1703078

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ocata)

Reviewed: https://review.openstack.org/494078
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=0bb7b386cb11ac0feeab15ec04c94688153383d1
Submitter: Zuul
Branch: stable/ocata

commit 0bb7b386cb11ac0feeab15ec04c94688153383d1
Author: Jeffrey Zhang <email address hidden>
Date: Sat Jul 8 13:58:46 2017 +0800

    Clear all l3 related namespace before starting neutron-l3-agent

    Remove all l3 related namespaces in case of multiple active routers in
    l3 high available mode. The root cause is that keepalived does not
    remove the vip address from nic during starting.

    neutron-vpnaas-agent is subclass of l3 agent, so should remove all l3
    related namespace before starting vpnaas agent.

    Closes-Bug: #1703078
    Depends-On: Ic9417d2eb03e0dd93f7c668b189b4ad9c72eae0f
    Change-Id: I05c1faf2551bb5e70c299e884adf58cd2af52739
    (cherry picked from commit 58964d6825492636405497567e0de968ea81f222)