Update CLI reference for python-keystoneclient 1.1.0
Change-Id: I25bec0aef97df5acdeeda3a7ad905c61d42fb69a
This commit is contained in:
parent
78dcdb7718
commit
a51002b95c
@ -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 <name> --type <type>
|
||||
<screen><computeroutput>usage: keystone service-create --type <type> [--name <name>]
|
||||
[--description <service-description>]</computeroutput></screen>
|
||||
<para>
|
||||
Add service to Service Catalog.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of new service (must be unique).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--type <type></command></term>
|
||||
<listitem>
|
||||
@ -926,6 +918,14 @@ Add service to Service Catalog.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of new service (must be unique).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--description <service-description></command></term>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user