[Doc] L3 router gateway IP rate limit

Adds L3 router gateway IP QoS config guide for users.

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

Change-Id: Ie5abc1bad47caba8d1fef42c2e5c7c8df6cc9c2b
This commit is contained in:
LIU Yulong 2018-10-25 10:27:31 +08:00
parent cd3cc7e908
commit c4061f4a78
1 changed files with 22 additions and 0 deletions

View File

@ -163,6 +163,28 @@ On the network and compute nodes:
[agent]
extensions = fip_qos
#. Optionally, in order to enable QoS for router gateway IPs, set the
``extensions`` option in the ``[agent]`` section of
``/etc/neutron/l3_agent.ini`` to include ``gateway_ip_qos``. Set this
to all the ``dvr_snat`` or ``legacy`` L3 agents. For example:
.. code-block:: ini
[agent]
extensions = gateway_ip_qos
And ``gateway_ip_qos`` should work together with the ``fip_qos`` in L3
agent for centralized routers, then all L3 IPs with binding QoS policy
can be limited under the QoS bandwidth limit rules:
.. code-block:: ini
[agent]
extensions = fip_qos, gateway_ip_qos
#. As rate limit doesn't work on Open vSwitch's ``internal`` ports,
optionally, as a workaround, to make QoS bandwidth limit work on
router's gateway ports, set ``ovs_use_veth`` to ``True`` in ``DEFAULT``