95f621f717
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
11 lines
430 B
YAML
11 lines
430 B
YAML
---
|
|
prelude: >
|
|
Default quotas for the following resources were increased: networks (from
|
|
10 to 100), subnets (from 10 to 100), ports (from 50 to 500).
|
|
upgrade:
|
|
- |
|
|
Default quotas were bumped for the following resources: networks (from 10
|
|
to 100), subnets (from 10 to 100), ports (from 50 to 500). If you want to
|
|
stick to old values, consider explicitly setting them in the
|
|
``neutron.conf`` file.
|