Comment 13 for bug 1606741

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

Reviewed: https://review.openstack.org/642394
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3658c7155673077d712cd18fb99aa381bea9e843
Submitter: Zuul
Branch: stable/queens

commit 3658c7155673077d712cd18fb99aa381bea9e843
Author: Slawek Kaplonski <email address hidden>
Date: Thu Feb 28 11:35:07 2019 +0100

    Spawn metadata proxy on dvr ha standby routers

    In case when L3 agent is running in dvr_snat mode on compute node,
    it is like that e.g. in some of the gate jobs, it may happen that
    same router is scheduled to be in standby mode on compute node and
    on same compute node there is instance connected to it.
    So in such case metadata proxy needs to be spawned in router namespace
    even if it is in standby mode.

    Change-Id: Id646ab2c184c7a1d5ac38286a0162dd37d72df6e
    Closes-Bug: #1817956
    Closes-Bug: #1606741
    (cherry picked from commit 6ae228cc2e75504d9a8f35e3480a66707f9d7246)