Comment 23 for bug 1580648

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

Reviewed: https://review.openstack.org/445375
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dd26b010a6191f8870779fb0ba654b6ed5b094e7
Submitter: Jenkins
Branch: stable/newton

commit dd26b010a6191f8870779fb0ba654b6ed5b094e7
Author: Artur Korzeniewski <email address hidden>
Date: Fri Jan 27 11:19:16 2017 +0100

    Addressing L3 HA keepalived failures in functional tests

    Current testing of Keepalived was not configuring the connectivity
    between 2 agent namespaces.
    Added setting up the veth pair.

    Also, bridges external qg-<id> and internal qr-<id> were removed
    from agent1 namespace and moved to agent2 namespace, because they had
    the same name.
    Added patching the qg and qr bridges name creation to be different for
    functional tests.

    Change-Id: I82b3218091da4feb39a9e820d0e54639ae27c97d
    Closes-Bug: #1580648
    (cherry picked from commit 8d3f216e2421a01b54a4049c639bdb803df72510)