Comment 13 for bug 1757044

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

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

commit cd3cc7e9087dc7ee0e6833d806da9a1896ede54c
Author: LIU Yulong <email address hidden>
Date: Mon May 14 15:00:29 2018 +0800

    [L3][QoS] Agent side router gateway IP rate limit

    This patch implements the L3 agent side router gateway IP rate
    limit. For routers in centralized snat node (network node),
    the tc rules will be set on the corresponding device in router
    namespace:
        1. Legacy and HA router, qrouter-namespace and qg-device
        2. Dvr (edge) router, snat namespace and qg-device

    If gateway IP rate limit was set, then under the same router,
    all the VMs without floating IP will share the bandwidth.

    Partially-Implements blueprint: router-gateway-ip-qos
    Closes-Bug: #1757044
    Change-Id: Ie92ff0d4df0e85ce71c7d50f34ea6ff973812af8