Merge "Add gnocchi to common and CLI reference"
This commit is contained in:
commit
ddf59651a8
@ -94,10 +94,13 @@
|
|||||||
<!-- Shared file systems (manila) -->
|
<!-- Shared file systems (manila) -->
|
||||||
<xi:include href="generated/ch_cli_manila_commands.xml"/>
|
<xi:include href="generated/ch_cli_manila_commands.xml"/>
|
||||||
|
|
||||||
<!-- Telemetry (ceilometer -->
|
<!-- Telemetry (ceilometer) -->
|
||||||
<xi:include href="generated/ch_cli_ceilometer_commands.xml"/>
|
<xi:include href="generated/ch_cli_ceilometer_commands.xml"/>
|
||||||
|
|
||||||
<!-- Workflow service (mistral-->
|
<!-- Telemetry v3 (gnocchi) -->
|
||||||
|
<xi:include href="generated/ch_cli_gnocchi_commands.xml"/>
|
||||||
|
|
||||||
|
<!-- Workflow service (mistral) -->
|
||||||
<xi:include href="generated/ch_cli_mistral_commands.xml"/>
|
<xi:include href="generated/ch_cli_mistral_commands.xml"/>
|
||||||
|
|
||||||
<xi:include href="../common/app_support.xml"/>
|
<xi:include href="../common/app_support.xml"/>
|
||||||
|
1571
doc/cli-reference/generated/ch_cli_gnocchi_commands.xml
Normal file
1571
doc/cli-reference/generated/ch_cli_gnocchi_commands.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -188,6 +188,9 @@ The following Launchpad Bugs areas are available:
|
|||||||
- `Bugs: Telemetry
|
- `Bugs: Telemetry
|
||||||
(ceilometer) <https://bugs.launchpad.net/ceilometer>`__
|
(ceilometer) <https://bugs.launchpad.net/ceilometer>`__
|
||||||
|
|
||||||
|
- `Bugs: Telemetry v3
|
||||||
|
(gnocchi) <https://bugs.launchpad.net/gnocchi>`__
|
||||||
|
|
||||||
- `Bugs: Workflow service
|
- `Bugs: Workflow service
|
||||||
(mistral) <https://bugs.launchpad.net/mistral>`__
|
(mistral) <https://bugs.launchpad.net/mistral>`__
|
||||||
|
|
||||||
|
@ -153,6 +153,8 @@ for each client. The following values are valid:
|
|||||||
|
|
||||||
- ``glance`` - Image service API
|
- ``glance`` - Image service API
|
||||||
|
|
||||||
|
- ``gnocchi`` - Telemetry API v3
|
||||||
|
|
||||||
- ``heat`` - Orchestration API
|
- ``heat`` - Orchestration API
|
||||||
|
|
||||||
- ``magnum`` - Containers service API
|
- ``magnum`` - Containers service API
|
||||||
|
@ -95,6 +95,10 @@ service with its package name and description.
|
|||||||
| | | |measurements across |
|
| | | |measurements across |
|
||||||
| | | |OpenStack. |
|
| | | |OpenStack. |
|
||||||
+----------------+----------+-----------------------+------------------------+
|
+----------------+----------+-----------------------+------------------------+
|
||||||
|
|Telemetry v3 |gnocchi |python-gnocchiclient |Creates and collects |
|
||||||
|
| | | |measurements across |
|
||||||
|
| | | |OpenStack. |
|
||||||
|
+----------------+----------+-----------------------+------------------------+
|
||||||
|Workflow |mistral |python-mistralclient |Workflow service |
|
|Workflow |mistral |python-mistralclient |Workflow service |
|
||||||
|service | | |for OpenStack cloud. |
|
|service | | |for OpenStack cloud. |
|
||||||
+----------------+----------+-----------------------+------------------------+
|
+----------------+----------+-----------------------+------------------------+
|
||||||
|
@ -330,6 +330,11 @@
|
|||||||
xlink:href="https://bugs.launchpad.net/ceilometer"
|
xlink:href="https://bugs.launchpad.net/ceilometer"
|
||||||
>Bugs: Telemetry (ceilometer)</link></para>
|
>Bugs: Telemetry (ceilometer)</link></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para><link
|
||||||
|
xlink:href="https://bugs.launchpad.net/gnocchi"
|
||||||
|
>Bugs: Telemetry v3 (gnocchi)</link></para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><link
|
<para><link
|
||||||
xlink:href="https://bugs.launchpad.net/mistral"
|
xlink:href="https://bugs.launchpad.net/mistral"
|
||||||
|
@ -185,6 +185,10 @@
|
|||||||
<para><literal>glance</literal> - Image service
|
<para><literal>glance</literal> - Image service
|
||||||
API</para>
|
API</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para><literal>gnocchi</literal> - Telemetry
|
||||||
|
API v3</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>heat</literal> - Orchestration
|
<para><literal>heat</literal> - Orchestration
|
||||||
API</para>
|
API</para>
|
||||||
|
@ -138,6 +138,12 @@
|
|||||||
<td><package>python-ceilometerclient</package></td>
|
<td><package>python-ceilometerclient</package></td>
|
||||||
<td>Creates and collects measurements across OpenStack.</td>
|
<td>Creates and collects measurements across OpenStack.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Telemetry v3</td>
|
||||||
|
<td><command>gnocchi</command></td>
|
||||||
|
<td><package>python-gnocchiclient</package></td>
|
||||||
|
<td>Creates and collects measurements across OpenStack.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Workflow service</td>
|
<td>Workflow service</td>
|
||||||
<td><command>mistral</command></td>
|
<td><command>mistral</command></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user