summaryrefslogtreecommitdiff
path: root/releasenotes/notes/rocky-quota-driver-config-6459e19ef2b43aa2.yaml
blob: 5c630e3bba8226751b77b376195dc10514d3d04c (plain)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    The ``[quota]/driver`` configuration option is no longer deprecated
    but now only allows one of two possible values:

    * ``nova.quota.DbQuotaDriver``
    * ``nova.quota.NoopQuotaDriver``

    This means it is no longer possible to class-load custom out-of-tree
    quota drivers.