Add cloudkitty to common and CLI reference

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

Change-Id: I0a592a351589d9fac5b9381c4bbffa3487778da5
This commit is contained in:
Atsushi SAKAI 2015-11-30 21:19:00 +09:00 committed by Christian Berendt
parent a0cd11343e
commit 384a85cc0e
8 changed files with 1328 additions and 0 deletions

View File

@ -94,6 +94,9 @@
<!-- Orchestration (heat) -->
<xi:include href="generated/ch_cli_heat_commands.xml"/>
<!-- Rating (cloudkitty) -->
<xi:include href="generated/ch_cli_cloudkitty_commands.xml"/>
<!-- Shared file systems (manila) -->
<xi:include href="generated/ch_cli_manila_commands.xml"/>

File diff suppressed because it is too large Load Diff

View File

@ -185,6 +185,8 @@ The following Launchpad Bugs areas are available:
- `Bugs: Orchestration (heat) <https://bugs.launchpad.net/heat>`__
- `Bugs: Rating (cloudkitty) <https://bugs.launchpad.net/cloudkitty>`__
- `Bugs: Shared file systems (manila) <https://bugs.launchpad.net/manila>`__
- `Bugs: Telemetry

View File

@ -151,6 +151,8 @@ for each client. The following values are valid:
- ``cinder`` - Block Storage API and extensions
- ``cloudkitty`` - Rating service API
- ``glance`` - Image service API
- ``gnocchi`` - Telemetry API v3

View File

@ -91,6 +91,9 @@ service with its package name and description.
| | | |resources, and updates |
| | | |and deletes stacks. |
+----------------+----------+-----------------------+------------------------+
|Rating |cloudkitty|python-cloudkittyclient|Rating service. |
|service | | | |
+----------------+----------+-----------------------+------------------------+
|Shared file |manila |python-manilaclient |Creates and manages |
|systems | | |shared file systems. |
+----------------+----------+-----------------------+------------------------+

View File

@ -325,6 +325,11 @@
xlink:href="https://bugs.launchpad.net/heat"
>Bugs: Orchestration (heat)</link></para>
</listitem>
<listitem>
<para><link
xlink:href="https://bugs.launchpad.net/cloudkitty"
>Bugs: Rating (cloudkitty)</link></para>
</listitem>
<listitem>
<para><link
xlink:href="https://bugs.launchpad.net/manila"

View File

@ -181,6 +181,10 @@
<para><literal>cinder</literal> - Block Storage API
and extensions</para>
</listitem>
<listitem>
<para><literal>cloudkitty</literal> - Rating service
API</para>
</listitem>
<listitem>
<para><literal>glance</literal> - Image service
API</para>

View File

@ -132,6 +132,12 @@
<td>Launches stacks from templates, views details of running stacks including
events and resources, and updates and deletes stacks.</td>
</tr>
<tr>
<td>Rating service</td>
<td><command>cloudkitty</command></td>
<td><package>python-cloudkittyclient</package></td>
<td>Rating service.</td>
</tr>
<tr>
<td>Shared file systems</td>
<td><command>manila</command></td>