From bfdf900d0a2fae16fe1ff2d8604215dd2de01d4a Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 22 Sep 2022 18:07:09 +0100 Subject: [PATCH] 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 --- doc/source/cli/data/cinder.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv index 3727796692..f3da43eb2e 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)