Files
neutron/neutron/tests/contrib/hooks/quotas
T
Ihar Hrachyshka 95f621f717 Bump default quotas for ports, subnets, and networks
It's probably not very realistic to expect power users to be happy with
the default quotas (10 networks, 50 ports, 10 subnets). I believe that
larger defaults would be more realistic. This patch bumps existing
quotas for the aforementioned neutron resources x10 times.

DocImpact change default quotas in documentation if used in examples
          anywhere.
UpgradeImpact operators may need to revisit quotas they use.
Closes-Bug: #1674787
Change-Id: I04993934627d2d663a1bfccd7467ac4fbfbf1434
2017-03-21 18:35:28 +00:00

9 lines
183 B
Plaintext

[[post-config|$NEUTRON_CONF]]
[quotas]
# x10 of default quotas (at the time of writing)
quota_router=100
quota_floatingip=500
quota_security_group=100
quota_security_group_rule=1000