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
This commit is contained in:
parent
4024bdb393
commit
a9b9252da3
@ -139,7 +139,7 @@ type-show,volume type show,Show volume type details.
|
||||
type-update,volume type set,"Updates volume type name description and/or is_public."
|
||||
unmanage,volume delete --remote,Stop managing a volume.
|
||||
upload-to-image,image create --volume,Uploads volume to Image Service as an image.
|
||||
version-list,,List all API versions. (Supported by API versions 3.0 - 3.latest)
|
||||
version-list,versions show --service block-storage,List all API versions. (Supported by API versions 3.0 - 3.latest)
|
||||
work-cleanup,,Request cleanup of services with optional filtering. (Supported by API versions 3.24 - 3.latest)
|
||||
bash-completion,complete,Prints arguments for bash_completion.
|
||||
help,help,Shows help about this program or one of its subcommands.
|
||||
|
|
@ -49,7 +49,7 @@ md-tag-show,,Describe a specific metadata definitions tag inside a namespace.
|
||||
md-tag-update,,Rename a metadata definitions tag inside a namespace.
|
||||
member-create,image add project,Create member for a given image.
|
||||
member-delete,image remove project,Delete image member.
|
||||
member-list,,Describe sharing permissions by image.
|
||||
member-list,image member list,Describe sharing permissions by image.
|
||||
member-update,image set --accept --reject --status,Update the status of a member for a given image.
|
||||
stores-delete,,Delete image from specific store.
|
||||
stores-info,,Print available backends from Glance.
|
||||
|
|
@ -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.
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user