Comment 13 for bug 1560961

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

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

commit c29f3aaa7c20c89cb1eac818d2981c16fd484ace
Author: Sławek Kapłoński <email address hidden>
Date: Fri Mar 24 22:04:53 2017 +0000

    Add QoS bandwidth limit for instance ingress traffic

    This patch introduces the new parameter "direction" to
    the QoS bandwidth limit rule. It will allow the creation
    of bandwidth limit rules for either ingress or egress
    traffic. For backwards compatibility the default direction
    will be egress.

    DocImpact: Ingress bandwidth limit available for QoS
    APIImpact: New type of parameter for QoS rule in neutron API

    Change-Id: Ia13568879c2b6f80fb190ccafe7e19ca05b0c6a8
    Partial-Bug: #1560961