Comment 8 for bug 1414937

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

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

commit 5cb7a20804e4259e4c06716a1743ba7fbaf68740
Author: sridhargaddam <email address hidden>
Date: Wed Feb 25 05:42:47 2015 +0000

    Default route missing for IPv6 subnets in HA Router

    In an HA setup, keepalived would configure the default gateway (in the master
    HA router) by parsing the "virtual_routes" section of keepalived.conf file.
    The "virtual_routes" section is properly constructed for an IPv4 subnet, but
    requires a minor change for IPv6 subnets.

    Conflicts:
        neutron/agent/l3_ha_agent.py
        neutron/tests/functional/agent/test_l3_agent.py

    Closes-Bug: #1414937
    Change-Id: I54070e048577292d98d86fcc9ca8b9d3e72b4ebe
    (cherry picked from commit a1318ae187f1695e2e49bbde32eb75230e96aefe)