Comment 45 for bug 1560963

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

Reviewed: https://review.openstack.org/406841
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cc8808d539e9b40fe8c7b9b9001f146edc663203
Submitter: Zuul
Branch: master

commit cc8808d539e9b40fe8c7b9b9001f146edc663203
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Nov 8 17:09:27 2018 +0000

    Add QoS minimum egress bandwidth rule into ovs-agent

    Add minimum egress bandwidth support for Open vSwitch.

    The scope of this implementation is reduced to N/S traffic.
    There is no QoS applied on traffic between VMs.

    The QoS rules are aplied to exit ports in bridges other than
    br-int; that means all physical bridges. No tunneled traffic
    will be shaped. This feature will be implemented in a following
    patch.

    Partial-Bug: #1560963
    Change-Id: I0a2ef52b13151a39e678e9a3e6f75babb47298d0