manila/releasenotes/notes/bug-1983125-cb9118c3fa26a6f2.yaml
Takashi Kajinami 68a5e93ff9 Fix reference to deprecated quota_driver option
The commit 76cfc9405e moved all quota_*
options to the separate quota section but the commit missed one usage
of the old quota_driver option, and the remaining usage causes
the following warning warning to appear repeatedly.

Config option None.quota_driver is deprecated.
Use option quota.driver instead.

This replaces the remaining usage to get rid of that warning.

Related-Bug: #1934025
Closes-Bug: #1983125
Change-Id: Ie49dbe4633a34d1832f0dedb658d83ec74d351df
2022-08-02 09:22:50 +09:00

7 lines
200 B
YAML

---
fixes:
- |
`Bug #1983125 <https://bugs.launchpad.net/manila/+bug/1983125>`_: Fixed
the remaining reference to a deprecated quota option in code, which was
causing a warning message.