Sorted and relabeled services
Renaming and sorting of chapters to emphasize component names, together with sorting of two lists. Also, update version number of clients in example to use current numbers. Change-Id: Ib4e9ee08336ea98b627e52afd47377691ef98e63
This commit is contained in:
parent
fb50a9ee1c
commit
070a816013
@ -55,11 +55,11 @@
|
||||
|
||||
<xi:include href="ch_preface.xml"/>
|
||||
<xi:include href="ch_cli.xml"/>
|
||||
<xi:include href="../common/ch_cli_cinder_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_nova_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_keystone_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_glance_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_neutron_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_nova_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_cinder_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_swift_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_heat_commands.xml"/>
|
||||
<xi:include href="../common/ch_cli_ceilometer_commands.xml"/>
|
||||
|
@ -177,36 +177,35 @@
|
||||
values:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>nova</literal> - Compute API and
|
||||
extensions.</para>
|
||||
<para><literal>ceilometer</literal> - Telemetry API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>neutron</literal> - Networking
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>keystone</literal> - Identity
|
||||
Service API.</para>
|
||||
<para><literal>cinder</literal> - Block Storage
|
||||
Service API and extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>glance</literal> - Image Service
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>swift</literal> - Object Storage
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>cinder</literal> - Block Storage
|
||||
Service API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>heat</literal> - Orchestration
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>ceilometer</literal> -
|
||||
Telemetry API.</para>
|
||||
<para><literal>keystone</literal> - Identity
|
||||
Service API and extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>neutron</literal> - Networking
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>nova</literal> - Compute API and
|
||||
extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>swift</literal> - Object Storage
|
||||
API.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>For example, to install the nova client, run
|
||||
|
@ -11,35 +11,34 @@
|
||||
name:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>nova</literal>. Compute API and
|
||||
<para><literal>ceilometer</literal> - Telemetry API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>cinder</literal> - Block Storage
|
||||
Service API and extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>glance</literal> - Image Service
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>heat</literal> - Orchestration
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>keystone</literal> - Identity
|
||||
Service API and extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>neutron</literal> - Networking
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>nova</literal> - Compute API and
|
||||
extensions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>neutron</literal>. Networking
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>keystone</literal>. Identity
|
||||
Service API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>glance</literal>. Image Service
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>swift</literal>. Object Storage
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>cinder</literal>. Block Storage
|
||||
Service API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>heat</literal>. Orchestration
|
||||
API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>ceilometer</literal>. Telemetry
|
||||
<para><literal>swift</literal> - Object Storage
|
||||
API.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -47,10 +46,10 @@
|
||||
<command>nova</command> client, run this
|
||||
command:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova --version</userinput>
|
||||
<computeroutput>2.14.1.17</computeroutput></screen>
|
||||
<computeroutput>2.15.0</computeroutput></screen>
|
||||
<para>To see the version number for the
|
||||
<command>keystone</command> client, run this
|
||||
command:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone --version</userinput>
|
||||
<computeroutput>0.3.1.73</computeroutput></screen>
|
||||
<computeroutput>0.4.0</computeroutput></screen>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user