diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-23 15:24:43 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 10:55:47 +0100 |
| commit | 44443f78561ce4f23d202a42de4a4ceac2ffa097 (patch) | |
| tree | 3cabb7f6dd5945c27a370de5959b5c9ec09b018c /releasenotes | |
| parent | 45bec041b206678de36f2f463ac6872b785e592e (diff) | |
| download | python-openstackclient-44443f78561ce4f23d202a42de4a4ceac2ffa097.tar.gz | |
quota: Add support for detailed volume quotas
We were stating that this was not supported. That is not true. Correct
the oversight.
Change-Id: Ib9d9db641a18e142be0a1eccff783e7cccdf2db5
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/detailed-volume-quotas-198dc2e8f57ce1e7.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/detailed-volume-quotas-198dc2e8f57ce1e7.yaml b/releasenotes/notes/detailed-volume-quotas-198dc2e8f57ce1e7.yaml new file mode 100644 index 00000000..bd0ef852 --- /dev/null +++ b/releasenotes/notes/detailed-volume-quotas-198dc2e8f57ce1e7.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + The ``quota list`` command can now provide detailed quotas for the volume + service, e.g.:: + + $ openstack quota list --detail --volume |
