Correct the "extra spec" command openstack

Change-Id: Ia348b66a6a4340da8e9d07256a0c141792708cf6
This commit is contained in:
caoyuan 2017-05-17 00:45:51 +08:00
parent 0181de38af
commit 3896d28de8
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ encryption-type-show,volume type list --encryption-show,Shows encryption type de
encryption-type-update,volume type set --encryption-provider --enc..,Update encryption type information for a volume type (Admin Only).
endpoints,catalog list,Discovers endpoints registered by authentication service.
extend,volume set --size,Attempts to extend size of an existing volume.
extra-specs-list,volume types list --long,Lists current volume types and extra specs.
extra-specs-list,volume type list --long,Lists current volume types and extra specs.
failover-host,volume host failover,Failover a replicating cinder-volume host.
force-delete,volume delete --force,"Attempts force-delete of volume, regardless of state."
freeze-host,volume host set --disable,Freeze and disable the specified cinder-volume host.
@ -101,4 +101,4 @@ unmanage,volume delete --remote,Stop managing a volume.
upload-to-image,image create --volume,Uploads volume to Image Service as an image.
bash-completion,complete,Prints arguments for bash_completion.
help,help,Shows help about this program or one of its subcommands.
list-extensions,extension list --volume,Lists all available os-api extensions.
list-extensions,extension list --volume,Lists all available os-api extensions.

1 absolute-limits limits show --absolute Lists absolute limits for a user.
28 encryption-type-update volume type set --encryption-provider --enc.. Update encryption type information for a volume type (Admin Only).
29 endpoints catalog list Discovers endpoints registered by authentication service.
30 extend volume set --size Attempts to extend size of an existing volume.
31 extra-specs-list volume types list --long volume type list --long Lists current volume types and extra specs.
32 failover-host volume host failover Failover a replicating cinder-volume host.
33 force-delete volume delete --force Attempts force-delete of volume, regardless of state.
34 freeze-host volume host set --disable Freeze and disable the specified cinder-volume host.
101 upload-to-image image create --volume Uploads volume to Image Service as an image.
102 bash-completion complete Prints arguments for bash_completion.
103 help help Shows help about this program or one of its subcommands.
104 list-extensions extension list --volume Lists all available os-api extensions.