diff options
| author | zeze <thwjd2717@gmail.com> | 2022-09-15 00:27:42 +0900 |
|---|---|---|
| committer | zeze <thwjd2717@gmail.com> | 2022-09-16 01:28:46 +0900 |
| commit | a9b9252da3867fe1fec4d162e23545ebc277347c (patch) | |
| tree | a4bc2da469d0229f719851593c395510b55a50a6 /doc/source/cli/data/nova.csv | |
| parent | 4024bdb3933dd79eec4bcf99c13f3dbf17add40b (diff) | |
| download | python-openstackclient-a9b9252da3867fe1fec4d162e23545ebc277347c.tar.gz | |
Adding missing command mapping in docs
nova command: version-list
openstack command: versions show --service compute
cinder command: version-list
openstack command: versions show --service block-storage
glance command: member-list
openstack command: image member list
Change-Id: I3c68dbd47dc92ed190ae9abaa90dfcddef072728
Diffstat (limited to 'doc/source/cli/data/nova.csv')
| -rw-r--r-- | doc/source/cli/data/nova.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv index 46459163..4252585f 100644 --- a/doc/source/cli/data/nova.csv +++ b/doc/source/cli/data/nova.csv @@ -118,7 +118,7 @@ unshelve,server unshelve,Unshelve a server. update,server set / unset,Update the name or the description for a server. usage,usage show,Show usage data for a single tenant. usage-list,usage list,List usage data for all tenants. -version-list,,List all API versions. +version-list,versions show --service compute,List all API versions. volume-attach,server add volume,Attach a volume to a server. volume-attachments,server show,List all the volumes attached to a server. volume-detach,server remove volume,Detach a volume from a server. |
