Comment 7 for bug 1758316

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

Reviewed: https://review.openstack.org/566867
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=781b78285db5115e604ea7bfcab5435c5ff83063
Submitter: Zuul
Branch: stable/queens

commit 781b78285db5115e604ea7bfcab5435c5ff83063
Author: LIU Yulong <email address hidden>
Date: Wed Apr 4 15:33:00 2018 +0800

    [L3][QoS] Cover mixed dvr_snat and compute node dvr router

    The dvr_snat node can also run the nova-compute which will
    make the fip_qos l3 agent extension failed to install the
    qos tc rules for the dvr router floating IPs.

    To cover such mixed deployment, the tc rules for floating IP
    qos will be processed again in qrouter-namespace of the
    dvr_snat node, and the device is rfp-device.

    Conflicts:
        neutron/tests/functional/agent/l3/extensions/test_fip_qos_extension.py

    Change-Id: I9eca25201e0647d4da77b325fba03cca1db5bb4d
    Closes-Bug: #1758316
    (cherry picked from commit 35365ead42eec24027140d3cfd9dfeb40316e8d6)