cinder/releasenotes/notes/deprecate-nested-quota-d1ad7e8f54492a87.yaml
Sean McGinnis 8fbfe923bd
Deprecate NestedDbQuotaDriver for nested quotas
This driver does not appear to be used and all projects will be
switching over to the keystone supported unified limits quota mechanism.
To prepare for switching quota handling to this new code, we want to
deprecate the driver now so we can remove the code and not need to
refactor it into the new handling.

Change-Id: I56fc03affc9c2c47cbc0e38a66aa8b86f56d1499
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-05-22 10:40:55 -05:00

14 lines
639 B
YAML

---
upgrade:
- |
A new check is added to the ``cinder-status upgrade check`` CLI to check
for the use of the deprecated ``cinder.quota.NestedDbQuotaDriver``. This
driver will be replaced by a new, OpenStack-wide, nested quota management.
deprecations:
- |
The ``cinder.quota.NestedDbQuotaDriver`` quota driver for handling nested
projects is now deprecated. There is an OpenStack-wide effort to move to
"unified limits" that will require changes in how quotas are handled for
these types of configurations. The ``NestedDbQuotaDriver`` will continue
to work until it is replaced with this new mechanism.