Add barbican to common and CLI reference
Add barbican to Chapter1 (for CLI Ref) Add barbican to AppendixA (common part includes CLI Ref/Config Ref) Add sample of barbican CLI Ref XML Currently CLI fixation working on https://review.openstack.org/#/c/224467/ Change-Id: Id09781e94592f59f39b0a36badb59334a3a19240
This commit is contained in:
parent
73ee608d49
commit
23f258862e
@ -139,6 +139,9 @@
|
||||
<xi:include href="generated/ch_cli_glance_commands.xml"/>
|
||||
<xi:include href="ch_cli_glance_property_keys.xml"/>
|
||||
|
||||
<!-- Key Manager service (barbican) -->
|
||||
<xi:include href="generated/ch_cli_barbican_commands.xml"/>
|
||||
|
||||
<!-- Networking (neutron) -->
|
||||
<xi:include href="generated/ch_cli_neutron_commands.xml"/>
|
||||
<xi:include href="ch_cli_neutron-debug_commands.xml"/>
|
||||
|
1054
doc/cli-reference/generated/ch_cli_barbican_commands.xml
Normal file
1054
doc/cli-reference/generated/ch_cli_barbican_commands.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -179,6 +179,8 @@ The following Launchpad Bugs areas are available:
|
||||
|
||||
- `Bugs: Database service (trove) <https://bugs.launchpad.net/trove>`__
|
||||
|
||||
- `Bugs: Key Manager Service (barbican) <https://bugs.launchpad.net/barbican>`__
|
||||
|
||||
- `Bugs: Orchestration (heat) <https://bugs.launchpad.net/heat>`__
|
||||
|
||||
- `Bugs: Shared file systems (manila) <https://bugs.launchpad.net/manila>`__
|
||||
|
@ -145,6 +145,8 @@ When following the instructions in this section, replace PROJECT with
|
||||
the lowercase name of the client to install, such as ``nova``. Repeat
|
||||
for each client. The following values are valid:
|
||||
|
||||
- ``barbican`` - Key Manager Service API
|
||||
|
||||
- ``ceilometer`` - Telemetry API
|
||||
|
||||
- ``cinder`` - Block Storage API and extensions
|
||||
|
@ -55,6 +55,9 @@ service with its package name and description.
|
||||
|Image service |glance |python-glanceclient |Create and manage |
|
||||
| | | |images. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Key Manager |barbican |python-barbicanclient |Create and manage |
|
||||
|service | | |keys. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Networking |neutron |python-neutronclient |Configure networks for |
|
||||
| | | |guest servers. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
@ -76,7 +79,7 @@ service with its package name and description.
|
||||
| | | |and delete stacks. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Shared file |manila |python-manilaclient |Create and manage |
|
||||
|systems | | |shared file systems |
|
||||
|systems | | |shared file systems. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Telemetry |ceilometer|python-ceilometerclient|Create and collect |
|
||||
| | | |measurements across |
|
||||
|
@ -306,6 +306,11 @@
|
||||
xlink:href="https://bugs.launchpad.net/trove"
|
||||
>Bugs: Database service (trove)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/trove"
|
||||
>Bugs: Key Manager service (barbican)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/heat"
|
||||
|
@ -169,6 +169,10 @@
|
||||
<command>nova</command>. Repeat for each client. The
|
||||
following values are valid:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>barbican</literal> - Key Manager service
|
||||
API</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>ceilometer</literal> - Telemetry
|
||||
API</para>
|
||||
|
@ -102,6 +102,12 @@
|
||||
<td><package>python-ceilometerclient</package></td>
|
||||
<td>Create and collect measurements across OpenStack.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key Manager service</td>
|
||||
<td><command>barbican</command></td>
|
||||
<td><package>python-barbicanclient</package></td>
|
||||
<td>Create and manage keys.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Data processing service</td>
|
||||
<td><command>sahara</command></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user