Add missing openstack CLI sub commands

Regenerate with current openstack-doc-tools to add a few missing
commands.

Change-Id: I252c81940c62da235512c7f7f7a97000febe1534
This commit is contained in:
Andreas Jaeger 2014-09-10 10:43:41 +02:00
parent 3765284a93
commit e4b2361188

View File

@ -3062,6 +3062,81 @@ Show network details
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_create">
<title>openstack object create</title>
<screen><computeroutput>usage: openstack object create [-h] [-f {shell,table,value}] [-c COLUMN]
[--max-width &lt;integer&gt;] [--variable VARIABLE]
[--prefix PREFIX]
&lt;container&gt; &lt;object-name&gt;</computeroutput></screen>
<para>
Upload an object to a container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to store new object
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object-name&gt;</command></term>
<listitem>
<para>
Local path of object to upload
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_delete">
<title>openstack object delete</title>
<screen><computeroutput>usage: openstack object delete [-h] &lt;container&gt; &lt;object-name&gt;</computeroutput></screen>
<para>
Delete an object within a container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container that stores the object to delete
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object-name&gt;</command></term>
<listitem>
<para>
Object to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_list">