Comment 15 for bug 1486039

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

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

commit 2d1ee7add7c08ebbf8de7f9a0dc2aeb5344a4052
Author: Maxime Guyot <email address hidden>
Date: Wed Mar 8 15:14:32 2017 +0100

    Apply QoS policy on network:router_gateway

    All router ports (internal and external) used to be excluded from QoS
    policies applied on network. This patch excludes only internal router
    ports from network QoS policies.
    This allows cloud administrators to set an egress QoS policy to a
    public/external network and have the QoS policy applied on all external
    router ports (DVR or not). To the tenant this is also egress traffic so
    no confusion compared to QoS policies applied to VM ports.

    DocImpact

    Update networking-guide/config-qos, User workflow section:
    - Replace "Network owned ports" with "Internal network owned ports"

    Change-Id: I2428c2466f41a022196576f4b14526752543da7a
    Closes-Bug: #1659265
    Related-Bug: #1486039