Add senlin to common and CLI reference

Add senlin to Chapter 1 (for CLI Ref)
Add senlin to Appendix (common part includes CLI Ref/Config Ref)
Add senlin CLI Ref XML 0.1.8 (autogenerated)

Change-Id: Iecaa8107b149983bc979e893ef19bcffbc0b2065
This commit is contained in:
Atsushi SAKAI 2015-12-09 21:57:58 +09:00
parent 02e197c311
commit 2cc54ab9a2
8 changed files with 2827 additions and 0 deletions

View File

@ -49,6 +49,9 @@
<!-- Block Storage (cinder) -->
<xi:include href="generated/ch_cli_cinder_commands.xml"/>
<!-- Clustering service (senlin) -->
<xi:include href="generated/ch_cli_senlin_commands.xml"/>
<!-- Compute (nova) -->
<xi:include href="generated/ch_cli_nova_commands.xml"/>

File diff suppressed because it is too large Load Diff

View File

@ -170,6 +170,8 @@ The following Launchpad Bugs areas are available:
- `Bugs: Bare metal service (ironic) <https://bugs.launchpad.net/ironic>`__
- `Bugs: Clustering service (senlin) <https://bugs.launchpad.net/senlin>`__
- `Bugs: Containers service (magnum) <https://bugs.launchpad.net/magnum>`__
- `Bugs: Data processing service

View File

@ -175,6 +175,8 @@ for each client. The following values are valid:
- ``sahara`` - Data Processing API
- ``senlin`` - Clustering service API
- ``swift`` - Object Storage API
- ``trove`` - Database service API

View File

@ -39,6 +39,9 @@ service with its package name and description.
|Block Storage |cinder |python-cinderclient |Creates and manages |
| | | |volumes. |
+----------------+----------+-----------------------+------------------------+
|Clustering |senlin |python-senlinclient |Creates and manages |
|service | | |clustering services. |
+----------------+----------+-----------------------+------------------------+
|Compute |nova |python-novaclient |Creates and manages |
| | | |images, instances, and |
| | | |flavors. |

View File

@ -289,6 +289,11 @@
xlink:href="https://bugs.launchpad.net/ironic"
>Bugs: Bare metal service (ironic)</link></para>
</listitem>
<listitem>
<para><link
xlink:href="https://bugs.launchpad.net/senlin"
>Bugs: Clustering service (senlin)</link></para>
</listitem>
<listitem>
<para><link
xlink:href="https://bugs.launchpad.net/magnum"

View File

@ -213,6 +213,10 @@
<para><literal>sahara</literal> - Data Processing
API</para>
</listitem>
<listitem>
<para><literal>senlin</literal> - Clustering service
API</para>
</listitem>
<listitem>
<para><literal>swift</literal> - Object Storage
API</para>

View File

@ -56,6 +56,12 @@
<td><package>python-cinderclient</package></td>
<td>Creates and manages volumes.</td>
</tr>
<tr>
<td>Clustering service</td>
<td><command>senlin</command></td>
<td><package>python-senlinclient</package></td>
<td>Creates and manages clustering services.</td>
</tr>
<tr>
<td>Compute</td>
<td><command>nova</command></td>