diff options
| author | TerryHowe <terrylhowe@gmail.com> | 2015-07-06 11:22:05 -0600 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2015-07-17 14:14:56 +0000 |
| commit | abfb0115277471dd584daed18e09eeecf768b527 (patch) | |
| tree | 10d2add86c8a1932a9067724108c78a51b79fe1e /doc/source/command-objects | |
| parent | bbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab (diff) | |
| download | python-openstackclient-abfb0115277471dd584daed18e09eeecf768b527.tar.gz | |
Support multiple volume qos delete
Also make sure that we are using the singular qos_spec when
we should and the plural qos_specs otherwise.
Change-Id: If4bbeb6fc245d7d80dc3d7dccfe9f949e802653c
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume_qos.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/source/command-objects/volume_qos.rst b/doc/source/command-objects/volume_qos.rst index 287059f1..d0fe36f9 100644 --- a/doc/source/command-objects/volume_qos.rst +++ b/doc/source/command-objects/volume_qos.rst @@ -13,10 +13,10 @@ Associate a QoS specification to a volume type .. code:: bash os volume qos associate - <qos-specs> + <qos-spec> <volume-type> -.. describe:: <qos-specs> +.. describe:: <qos-spec> QoS specification to modify (name or ID) @@ -58,11 +58,11 @@ Delete QoS specification .. code:: bash os volume qos delete - <qos-specs> + <qos-spec> [<qos-spec> ...] -.. describe:: <qos-specs> +.. describe:: <qos-spec> - QoS specification to delete (name or ID) + QoS specification(s) to delete (name or ID) volume qos disassociate ----------------------- @@ -74,7 +74,7 @@ Disassociate a QoS specification from a volume type os volume qos disassociate --volume-type <volume-type> | --all - <qos-specs> + <qos-spec> .. option:: --volume-type <volume-type> @@ -84,7 +84,7 @@ Disassociate a QoS specification from a volume type Disassociate the QoS from every volume type -.. describe:: <qos-specs> +.. describe:: <qos-spec> QoS specification to modify (name or ID) @@ -108,13 +108,13 @@ Set QoS specification properties os volume qos set [--property <key=value> [...] ] - <qos-specs> + <qos-spec> .. option:: --property <key=value> Property to add or modify for this QoS specification (repeat option to set multiple properties) -.. describe:: <qos-specs> +.. describe:: <qos-spec> QoS specification to modify (name or ID) @@ -127,9 +127,9 @@ Display QoS specification details .. code:: bash os volume qos show - <qos-specs> + <qos-spec> -.. describe:: <qos-specs> +.. describe:: <qos-spec> QoS specification to display (name or ID) @@ -143,12 +143,12 @@ Unset QoS specification properties os volume qos unset [--property <key>] - <qos-specs> + <qos-spec> .. option:: --property <key> Property to remove from QoS specification (repeat option to remove multiple properties) -.. describe:: <qos-specs> +.. describe:: <qos-spec> QoS specification to modify (name or ID) |
