diff options
| author | caoyuan <cao.yuan@99cloud.net> | 2017-05-17 00:45:51 +0800 |
|---|---|---|
| committer | caoyuan <cao.yuan@99cloud.net> | 2017-05-17 01:16:04 +0800 |
| commit | 3896d28de857da075ba7cb7f236fedd67ef71c95 (patch) | |
| tree | 6e5f8c2237d5cf70e6bdd4e56c45983c830448b1 | |
| parent | 0181de38afc8cc4b96f226b00e173fb0c0d2e4dc (diff) | |
| download | python-openstackclient-3896d28de857da075ba7cb7f236fedd67ef71c95.tar.gz | |
Correct the "extra spec" command openstack
Change-Id: Ia348b66a6a4340da8e9d07256a0c141792708cf6
| -rw-r--r-- | doc/source/data/cinder.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/data/cinder.csv b/doc/source/data/cinder.csv index 385c7386..5c89e086 100644 --- a/doc/source/data/cinder.csv +++ b/doc/source/data/cinder.csv @@ -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.
\ No newline at end of file +list-extensions,extension list --volume,Lists all available os-api extensions.
|
