3282bf20f7
neutron supports the qutoas API from long ago and most deployments are expected to enable the neutron quotas support in horizon. This commit changes the default value of enable_quotas in OPENSTACK_NEUTRON_NETWORK to True. Part of blueprint ini-based-configuration Change-Id: I5923f08752e6a5ccd4c9cf2fa1deb6c879111f43
9 lines
352 B
YAML
9 lines
352 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
``enable_quotas`` in ``OPENSTACK_NEUTRON_NETWORK`` is now enabled
|
|
by default. Neutron provides the quotas API for long and most horizon
|
|
deployments are expected to enable this, so the feature is enabled
|
|
by default. If your deployment disables the neutron quotas support,
|
|
make sure to set this value to ``False``.
|