cinder/releasenotes/notes/quota-until_refresh-updated-d35e8530f30c5522.yaml
Gorka Eguileor 85aee67dc7 Quota: Fix until_refresh config changes
until_refresh configuration option changes are only picked up by cinder
if the quota usage rows didn't exist in the DB or if until_refresh was
already set.

This means that if we enable until_refresh on an existing project then
it wouldn't be picked up.

This patch fixes this so configuration changes to until_refresh are
picked up in a timely fashion.

Closes-Bug: #1697906
Change-Id: I035ad9cdf5802b4c03c8e0fd683891f904ed321a
2021-03-30 16:20:39 +02:00

7 lines
188 B
YAML

---
fixes:
- |
`Bug #1697906 <https://bugs.launchpad.net/cinder/+bug/1697906>`_: Fix
``until_refresh`` configuration changes not taking effect in a timely
fashion or at all.