Skip to content

Commit a9b9252

Browse files
committed
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
1 parent 4024bdb commit a9b9252

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/cli/data/cinder.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ type-show,volume type show,Show volume type details.
139139
type-update,volume type set,"Updates volume type name description and/or is_public."
140140
unmanage,volume delete --remote,Stop managing a volume.
141141
upload-to-image,image create --volume,Uploads volume to Image Service as an image.
142-
version-list,,List all API versions. (Supported by API versions 3.0 - 3.latest)
142+
version-list,versions show --service block-storage,List all API versions. (Supported by API versions 3.0 - 3.latest)
143143
work-cleanup,,Request cleanup of services with optional filtering. (Supported by API versions 3.24 - 3.latest)
144144
bash-completion,complete,Prints arguments for bash_completion.
145145
help,help,Shows help about this program or one of its subcommands.

doc/source/cli/data/glance.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ md-tag-show,,Describe a specific metadata definitions tag inside a namespace.
4949
md-tag-update,,Rename a metadata definitions tag inside a namespace.
5050
member-create,image add project,Create member for a given image.
5151
member-delete,image remove project,Delete image member.
52-
member-list,,Describe sharing permissions by image.
52+
member-list,image member list,Describe sharing permissions by image.
5353
member-update,image set --accept --reject --status,Update the status of a member for a given image.
5454
stores-delete,,Delete image from specific store.
5555
stores-info,,Print available backends from Glance.

doc/source/cli/data/nova.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ unshelve,server unshelve,Unshelve a server.
118118
update,server set / unset,Update the name or the description for a server.
119119
usage,usage show,Show usage data for a single tenant.
120120
usage-list,usage list,List usage data for all tenants.
121-
version-list,,List all API versions.
121+
version-list,versions show --service compute,List all API versions.
122122
volume-attach,server add volume,Attach a volume to a server.
123123
volume-attachments,server show,List all the volumes attached to a server.
124124
volume-detach,server remove volume,Detach a volume from a server.

0 commit comments

Comments
 (0)