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:
parent
3765284a93
commit
e4b2361188
@ -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 <integer>] [--variable VARIABLE]
|
||||
[--prefix PREFIX]
|
||||
<container> <object-name></computeroutput></screen>
|
||||
<para>
|
||||
Upload an object to a container
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><container></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Container to store new object
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><object-name></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] <container> <object-name></computeroutput></screen>
|
||||
<para>
|
||||
Delete an object within a container
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><container></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Container that stores the object to delete
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><object-name></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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user