horizon/releasenotes/notes/enable-neutron-quotas-by-default-7c89cda96a972a48.yaml
Akihiro Motoki 3282bf20f7 Enable OPENSTACK_NEUTRON_NETWORK[enable_quotas] by default
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
2019-10-18 14:27:10 +09:00

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``.