Merge "Add magnum/manila/murano on Chap1/AppendixA"
This commit is contained in:
commit
50866095dc
@ -168,8 +168,12 @@ The following Launchpad Bugs areas are available:
|
||||
- `Bugs: OpenStack Object Storage
|
||||
(swift) <https://bugs.launchpad.net/swift>`__
|
||||
|
||||
- `Bugs: Application catalog (murano) <https://bugs.launchpad.net/murano>`__
|
||||
|
||||
- `Bugs: Bare metal service (ironic) <https://bugs.launchpad.net/ironic>`__
|
||||
|
||||
- `Bugs: Containers service (magnum) <https://bugs.launchpad.net/magnum>`__
|
||||
|
||||
- `Bugs: Data processing service
|
||||
(sahara) <https://bugs.launchpad.net/sahara>`__
|
||||
|
||||
@ -177,6 +181,8 @@ The following Launchpad Bugs areas are available:
|
||||
|
||||
- `Bugs: Orchestration (heat) <https://bugs.launchpad.net/heat>`__
|
||||
|
||||
- `Bugs: Shared file systems (manila) <https://bugs.launchpad.net/manila>`__
|
||||
|
||||
- `Bugs: Telemetry
|
||||
(ceilometer) <https://bugs.launchpad.net/ceilometer>`__
|
||||
|
||||
|
@ -153,6 +153,12 @@ for each client. The following values are valid:
|
||||
|
||||
- ``heat`` - Orchestration API
|
||||
|
||||
- ``magnum`` - Containers service API
|
||||
|
||||
- ``manila`` - Shared file systems API
|
||||
|
||||
- ``murano`` - Application catalog API
|
||||
|
||||
- ``neutron`` - Networking API
|
||||
|
||||
- ``nova`` - Compute API and extensions
|
||||
|
@ -31,6 +31,9 @@ service with its package name and description.
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Service |Client |Package |Description |
|
||||
+================+==========+=======================+========================+
|
||||
|Application |murano |python-muranoclient |Create and manage |
|
||||
|catalog | | |applications. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Block Storage |cinder |python-cinderclient |Create and manage |
|
||||
| | | |volumes. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
@ -38,6 +41,9 @@ service with its package name and description.
|
||||
| | | |images, instances, and |
|
||||
| | | |flavors. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Containers |magnum |python-magnumclient |Create and manage |
|
||||
|service | | |containers. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Database service|trove |python-troveclient |Create and manage |
|
||||
| | | |databases. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
@ -69,6 +75,9 @@ service with its package name and description.
|
||||
| | | |resources, and update |
|
||||
| | | |and delete stacks. |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Shared file |manila |python-manilaclient |Create and manage |
|
||||
|systems | | |shared file systems |
|
||||
+----------------+----------+-----------------------+------------------------+
|
||||
|Telemetry |ceilometer|python-ceilometerclient|Create and collect |
|
||||
| | | |measurements across |
|
||||
| | | |OpenStack. |
|
||||
|
@ -280,11 +280,21 @@
|
||||
(swift)</link></para>
|
||||
</listitem>
|
||||
<!-- Modules, sorted alphabetically -->
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/murano"
|
||||
>Bugs: Application catalog (murano)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/ironic"
|
||||
>Bugs: Bare metal service (ironic)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/magnum"
|
||||
>Bugs: Containers service (magnum)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/sahara"
|
||||
@ -301,6 +311,11 @@
|
||||
xlink:href="https://bugs.launchpad.net/heat"
|
||||
>Bugs: Orchestration (heat)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/manila"
|
||||
>Bugs: Shared file systems (manila)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link
|
||||
xlink:href="https://bugs.launchpad.net/ceilometer"
|
||||
|
@ -205,6 +205,18 @@
|
||||
<para><literal>trove</literal> - Database service
|
||||
API</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>magnum</literal> - Containers service
|
||||
API</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>manila</literal> - Shared file systems
|
||||
API</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>murano</literal> - Application catalog
|
||||
API</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>openstack</literal> - Common OpenStack client
|
||||
supporting multiple services</para>
|
||||
|
@ -108,6 +108,24 @@
|
||||
<td><package>python-saharaclient</package></td>
|
||||
<td>Creates and manages Hadoop clusters on OpenStack.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Containers service</td>
|
||||
<td><command>magnum</command></td>
|
||||
<td><package>python-magnumclient</package></td>
|
||||
<td>Create and manage containers.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shared file systems</td>
|
||||
<td><command>manila</command></td>
|
||||
<td><package>python-manilaclient</package></td>
|
||||
<td>Create and manage shared file systems.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Application catalog</td>
|
||||
<td><command>murano</command></td>
|
||||
<td><package>python-muranoclient</package></td>
|
||||
<td>Create and manage application catalog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Common client</td>
|
||||
<td><command>openstack</command></td>
|
||||
|
Loading…
Reference in New Issue
Block a user