diff --git a/doc/common-rst/app_support.rst b/doc/common-rst/app_support.rst index d52474616b..b29a86862c 100644 --- a/doc/common-rst/app_support.rst +++ b/doc/common-rst/app_support.rst @@ -168,8 +168,12 @@ The following Launchpad Bugs areas are available: - `Bugs: OpenStack Object Storage (swift) `__ +- `Bugs: Application catalog (murano) `__ + - `Bugs: Bare metal service (ironic) `__ +- `Bugs: Containers service (magnum) `__ + - `Bugs: Data processing service (sahara) `__ @@ -177,6 +181,8 @@ The following Launchpad Bugs areas are available: - `Bugs: Orchestration (heat) `__ +- `Bugs: Shared file systems (manila) `__ + - `Bugs: Telemetry (ceilometer) `__ diff --git a/doc/common-rst/cli_install_openstack_command_line_clients.rst b/doc/common-rst/cli_install_openstack_command_line_clients.rst index ad2fe72f78..457f5a636a 100644 --- a/doc/common-rst/cli_install_openstack_command_line_clients.rst +++ b/doc/common-rst/cli_install_openstack_command_line_clients.rst @@ -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 diff --git a/doc/common-rst/cli_overview.rst b/doc/common-rst/cli_overview.rst index b2cc0cae77..78a7d471f9 100644 --- a/doc/common-rst/cli_overview.rst +++ b/doc/common-rst/cli_overview.rst @@ -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. | diff --git a/doc/common/app_support.xml b/doc/common/app_support.xml index 09a0ddb7bc..51c5d6451a 100644 --- a/doc/common/app_support.xml +++ b/doc/common/app_support.xml @@ -280,11 +280,21 @@ (swift) + + Bugs: Application catalog (murano) + Bugs: Bare metal service (ironic) + + Bugs: Containers service (magnum) + Bugs: Orchestration (heat) + + Bugs: Shared file systems (manila) + trove - Database service API + + magnum - Containers service + API + + + manila - Shared file systems + API + + + murano - Application catalog + API + openstack - Common OpenStack client supporting multiple services diff --git a/doc/common/section_cli_overview.xml b/doc/common/section_cli_overview.xml index df1dbed51f..f6b6b11540 100644 --- a/doc/common/section_cli_overview.xml +++ b/doc/common/section_cli_overview.xml @@ -108,6 +108,24 @@ python-saharaclient Creates and manages Hadoop clusters on OpenStack. + + Containers service + magnum + python-magnumclient + Create and manage containers. + + + Shared file systems + manila + python-manilaclient + Create and manage shared file systems. + + + Application catalog + murano + python-muranoclient + Create and manage application catalog. + Common client openstack