Update CLI reference for python-keystoneclient 1.1.0

Change-Id: I25bec0aef97df5acdeeda3a7ad905c61d42fb69a
This commit is contained in:
Christian Berendt 2015-02-09 22:39:55 +01:00
parent 78dcdb7718
commit a51002b95c

View File

@ -15,7 +15,7 @@
interface (CLI) for the OpenStack Identity API and its extensions.
This chapter documents <command>keystone</command> version
<literal>1.0.0</literal>.
<literal>1.1.0</literal>.
</para>
<para>For help on a specific <command>keystone</command>
@ -902,20 +902,12 @@ List all roles.
</section>
<section xml:id="keystoneclient_subcommand_service-create">
<title>keystone service-create</title>
<screen><computeroutput>usage: keystone service-create --name &lt;name&gt; --type &lt;type&gt;
<screen><computeroutput>usage: keystone service-create --type &lt;type&gt; [--name &lt;name&gt;]
[--description &lt;service-description&gt;]</computeroutput></screen>
<para>
Add service to Service Catalog.
</para> <variablelist wordsize="10">
<title>Arguments</title>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Name of new service (must be unique).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
@ -926,6 +918,14 @@ Add service to Service Catalog.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Name of new service (must be unique).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;service-description&gt;</command></term>
<listitem>