Comment 50 for bug 1365473

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

Reviewed: https://review.openstack.org/196893
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f63366e615e2d4e799fe8072b450bce96f179c9e
Submitter: Jenkins
Branch: master

commit f63366e615e2d4e799fe8072b450bce96f179c9e
Author: Michael Smith <email address hidden>
Date: Thu Dec 4 16:15:43 2014 -0800

    L3 Agent support for routers with HA and DVR

    The main difference for DVR HA routers is where
    the VRRP/keepalived logic is run and which ports
    fall in the HA domain for DVR. Instead of running
    in the qrouter namespace, keepalived will run inside
    the snat-namespace. Therefore only snat ports will
    fall under the control of the HA domain.

    Partial-Bug: #1365473

    Change-Id: If2962580397d39f72fd1fbbc1188a6958f00ff0c
    Co-Authored-By: Michael Smith <email address hidden>
    Co-Authored-By: Hardik Italia <email address hidden>
    Co-Authored-By: Adolfo Duarte <email address hidden>
    Co-Authored-By: John Schwarz <email address hidden>