Fix misleading doc re: secgroup rule quota

Security group rule quota is per-project, not per-group.

Change-Id: Icc8119fa7d5451ee6efceeaad1371274c2846d67
This commit is contained in:
Kieran Spear 2021-02-01 12:37:36 +11:00
parent 607f15c1ac
commit a2f317339d

View File

@ -54,9 +54,9 @@ router and floating IP. Add these lines to the
quota_floatingip = 50
OpenStack Networking also supports quotas for security group
resources: number of security groups and the number of rules for
each security group. Add these lines to the
``quotas`` section in the ``/etc/neutron/neutron.conf`` file:
resources: number of security groups and number of rules.
Add these lines to the ``quotas`` section in the
``/etc/neutron/neutron.conf`` file:
.. code-block:: ini