From a2f317339d5e64c632c3e45bcef79ffa61b7bb2c Mon Sep 17 00:00:00 2001 From: Kieran Spear Date: Mon, 1 Feb 2021 12:37:36 +1100 Subject: [PATCH] Fix misleading doc re: secgroup rule quota Security group rule quota is per-project, not per-group. Change-Id: Icc8119fa7d5451ee6efceeaad1371274c2846d67 --- doc/source/admin/ops-quotas.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/ops-quotas.rst b/doc/source/admin/ops-quotas.rst index 3d3dfc4c4b7..45b811cd7a6 100644 --- a/doc/source/admin/ops-quotas.rst +++ b/doc/source/admin/ops-quotas.rst @@ -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