diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/plugin-commands.rst | 4 | ||||
| -rw-r--r-- | doc/source/plugins.rst | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 66e1d72c..614e28d9 100644 --- a/doc/source/plugin-commands.rst +++ b/doc/source/plugin-commands.rst @@ -52,6 +52,10 @@ Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_ .. list-plugins:: openstack.application_catalog.v1 :detailed: +# neutron +.. list-plugins:: openstack.neutronclient.v2 + :detailed: + # sahara .. list-plugins:: openstack.data_processing.v1 :detailed: diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 412edd10..9a05bb96 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -12,8 +12,8 @@ Adoption OpenStackClient promises to provide first class support for the following OpenStack services: Compute, Identity, Image, Object Storage, Block Storage -and Network. These services are considered essential to any OpenStack -deployment. +and Network (core objects). These services are considered essential +to any OpenStack deployment. Other OpenStack services, such as Orchestration or Telemetry may create an OpenStackClient plugin. The source code will not be hosted by @@ -32,6 +32,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-ironic-inspector-client - python-mistralclient - python-muranoclient +- python-neutronclient\*\*\* - python-saharaclient - python-searchlightclient - python-senlinclient @@ -39,7 +40,9 @@ The following is a list of projects that are an OpenStackClient plugin. - python-watcherclient\*\* - python-zaqarclient -\*\* Note that some clients are not listed in global-requirements +\*\* Note that some clients are not listed in global-requirements. + +\*\*\* Project contains advanced network services. The following is a list of projects that are not an OpenStackClient plugin. |
