
This is a fun one driven by two separate changes. We recently started checking whether the volume service was available before setting quotas in order to allow us to use quota set for other services [1]. This merged a number of weeks ago and was included in 7.1.0. More recently, we modified DevStack to stop publishing a service catalog entry with a service type of 'volumev3', preferring instead to use the correct 'block-storage' service type. Taken separately, neither of these changes would have caused issues. Together, they mean our lookups for the volume service now fail and we can't set volume quotas. Fix things by checking for the block-storage service type also. A future change will raise a warning (later an error) if the volume service is not found and you're attempting to set a quota since this is clearly a mistake. Change-Id: Ibbeef52225e18757cd28d0fbfb14c1ca06975b60 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Closes-bug: #2084580
9 lines
292 B
YAML
9 lines
292 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``quota set`` and ``limits show`` commands will now check for the
|
|
``block-storage`` and ``block-store`` service types along with ``volume``,
|
|
``volumev2`` and ``volumev3``.
|
|
|
|
[Bug `2084580 <https://bugs.launchpad.net/python-openstackclient/+bug/2084580>`_]
|