Merge "[cli-ref] Update python-cinderclient to 1.10.0"

This commit is contained in:
Jenkins
2017-01-13 15:27:48 +00:00
committed by Gerrit Code Review

View File

@@ -9,7 +9,7 @@ Block Storage service (cinder) command-line client
The cinder client is the command-line interface (CLI) for The cinder client is the command-line interface (CLI) for
the Block Storage service (cinder) API and its extensions. the Block Storage service (cinder) API and its extensions.
This chapter documents :command:`cinder` version ``1.9.0``. This chapter documents :command:`cinder` version ``1.10.0``.
For help on a specific :command:`cinder` command, enter: For help on a specific :command:`cinder` command, enter:
@@ -355,8 +355,7 @@ cinder usage
Sets or unsets extra_spec for a volume type. Sets or unsets extra_spec for a volume type.
``type-list`` ``type-list``
Lists available 'volume types'. (Admin only will see Lists available 'volume types'.
private types)
``type-show`` ``type-show``
Show volume type details. Show volume type details.
@@ -379,7 +378,6 @@ cinder usage
subcommands. subcommands.
``list-extensions`` ``list-extensions``
Lists all available os-api extensions.
.. _cinder_command_options: .. _cinder_command_options:
@@ -411,7 +409,7 @@ cinder optional arguments
``env[CINDER_ENDPOINT_TYPE]`` or publicURL. ``env[CINDER_ENDPOINT_TYPE]`` or publicURL.
``--endpoint-type <endpoint-type>`` ``--endpoint-type <endpoint-type>``
**DEPRECATED!** Use :option:`--os-endpoint-type`. **DEPRECATED!** Use --os-endpoint-type.
``--os-volume-api-version <volume-api-ver>`` ``--os-volume-api-version <volume-api-ver>``
Block Storage API version. Accepts X, X.Y (where X is Block Storage API version. Accepts X, X.Y (where X is
@@ -466,12 +464,12 @@ cinder optional arguments
``--os-project-id <auth-project-id>`` ``--os-project-id <auth-project-id>``
Another way to specify tenant ID. This option is Another way to specify tenant ID. This option is
mutually exclusive with :option:`--os-tenant-id`. Defaults to mutually exclusive with --os-tenant-id. Defaults to
``env[OS_PROJECT_ID]``. ``env[OS_PROJECT_ID]``.
``--os-project-name <auth-project-name>`` ``--os-project-name <auth-project-name>``
Another way to specify tenant name. This option is Another way to specify tenant name. This option is
mutually exclusive with :option:`--os-tenant-name`. Defaults to mutually exclusive with --os-tenant-name. Defaults to
``env[OS_PROJECT_NAME]``. ``env[OS_PROJECT_NAME]``.
``--os-project-domain-id <auth-project-domain-id>`` ``--os-project-domain-id <auth-project-domain-id>``
@@ -716,18 +714,13 @@ Restores a backup.
``--volume <volume>`` ``--volume <volume>``
Name or ID of existing volume to which to restore. This Name or ID of existing volume to which to restore. This
is mutually exclusive with :option:`--name` and takes priority. is mutually exclusive with --name and takes priority.
Default=None. Default=None.
``--name <name>`` ``--name <name>``
Use the name for new volume creation to restore. This is Use the name for new volume creation to restore. This is
mutually exclusive with :option:`--volume` (or the deprecated mutually exclusive with --volume (or the deprecated
:option:`--volume-id)` --volume-id) and --volume (or --volume-id) takes
and
:option:`--volume`
(or
:option:`--volume-id)`
takes
priority. Default=None. priority. Default=None.
.. _cinder_backup-show: .. _cinder_backup-show:
@@ -1413,7 +1406,7 @@ cinder list
usage: cinder list [--all-tenants [<0|1>]] [--name <name>] [--status <status>] usage: cinder list [--all-tenants [<0|1>]] [--name <name>] [--status <status>]
[--bootable [<True|true|False|false>]] [--bootable [<True|true|False|false>]]
[--migration_status <migration_status>] [--migration_status <migration_status>]
[--metadata [<key=value> [<key=value> ...]]] [--image_metadata [<key=value> [<key=value> ...]]]
[--marker <marker>] [--limit <limit>] [--fields <fields>] [--marker <marker>] [--limit <limit>] [--fields <fields>]
[--sort <key>[:<direction>]] [--tenant [<tenant>]] [--sort <key>[:<direction>]] [--tenant [<tenant>]]
@@ -1437,9 +1430,9 @@ Lists all volumes.
Filters results by a migration status. Default=None. Filters results by a migration status. Default=None.
Admin only. Admin only.
``--metadata [<key=value> [<key=value> ...]]`` ``--image_metadata [<key=value> [<key=value> ...]]``
Filters results by a metadata key and value pair. Filters results by a image metadata key and value
Default=None. pair. Default=None.
``--marker <marker>`` ``--marker <marker>``
Begin returning volumes that appear later in the Begin returning volumes that appear later in the
@@ -1473,7 +1466,6 @@ cinder list-extensions
usage: cinder list-extensions usage: cinder list-extensions
Lists all available os-api extensions.
.. _cinder_manage: .. _cinder_manage:
@@ -1588,7 +1580,7 @@ Sets or deletes volume metadata.
``<key=value>`` ``<key=value>``
Metadata key and value pair to set or unset. For unset, specify Metadata key and value pair to set or unset. For unset, specify
only the key. Supported until API version 3.14) only the key.
.. _cinder_metadata-show: .. _cinder_metadata-show:
@@ -2860,7 +2852,8 @@ cinder type-list
usage: cinder type-list usage: cinder type-list
Lists available 'volume types'. (Admin only will see private types) Lists available 'volume types'. (Only admin and tenant users will see private
types)
.. _cinder_type-show: .. _cinder_type-show: