Update CLI reference for python-cinderclient 1.2.2

Change-Id: I53a419344bc16f67170e63818a3cf49911b628d6
This commit is contained in:
Tilman Beitter
2015-06-15 16:10:29 +02:00
parent ce6c6d8738
commit b45c948bc8

View File

@@ -15,7 +15,7 @@
interface (CLI) for the OpenStack Block Storage API and its extensions.
This chapter documents <command>cinder</command> version
<literal>1.2.1</literal>.
<literal>1.2.2</literal>.
</para>
<para>For help on a specific <command>cinder</command>
@@ -29,6 +29,7 @@
[--service-type &lt;service-type&gt;] [--service-name &lt;service-name&gt;]
[--volume-service-name &lt;volume-service-name&gt;]
[--endpoint-type &lt;endpoint-type&gt;]
[--os-endpoint-type &lt;os-endpoint-type&gt;]
[--os-volume-api-version &lt;volume-api-ver&gt;]
[--bypass-url &lt;bypass-url&gt;] [--retries &lt;retries&gt;]
[--os-auth-strategy &lt;auth-strategy&gt;]
@@ -668,10 +669,19 @@
</varlistentry>
<varlistentry>
<term><command>--endpoint-type &lt;endpoint-type&gt;</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Use --os-endpoint-type.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-endpoint-type &lt;os-endpoint-type&gt;</command></term>
<listitem>
<para>
Endpoint type, which is publicURL or internalURL.
Default=nova <code>env[CINDER_ENDPOINT_TYPE]</code> or publicURL.
Default=<code>env[OS_ENDPOINT_TYPE]</code> or nova
<code>env[CINDER_ENDPOINT_TYPE]</code> or publicURL.
</para>
</listitem>
</varlistentry>