diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-22 18:07:09 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 10:53:31 +0100 |
| commit | bfdf900d0a2fae16fe1ff2d8604215dd2de01d4a (patch) | |
| tree | 1e8248e12d0020329d4c7aba1d69fd4f5ee2067c | |
| parent | 00d8d945a1869b723b9845b3e739928a7c4da00a (diff) | |
| download | python-openstackclient-bfdf900d0a2fae16fe1ff2d8604215dd2de01d4a.tar.gz | |
doc: Update cinder command mapping
I had incorrectly marked the 'api-version' command as WONTFIX. Turns out
we already support this, albeit via keystone as opposed to a
cinder-specific API.
Change-Id: I804ef1ca5a0f4df844d8c2229688c4edbac45aa9
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
| -rw-r--r-- | doc/source/cli/data/cinder.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv index 37277966..f3da43eb 100644 --- a/doc/source/cli/data/cinder.csv +++ b/doc/source/cli/data/cinder.csv @@ -1,5 +1,5 @@ absolute-limits,limits show --absolute,Lists absolute limits for a user. -api-version,WONTFIX,Display the server API version information. +api-version,openstack versions show --service volume,Display the server API version information. availability-zone-list,availability zone list --volume,Lists all availability zones. attachment-complete,volume attachment complete,Complete an attachment for a cinder volume. (Supported by API versions 3.44 - 3.latest) attachment-create,volume attachment create,Create an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest) |
