diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-04-22 12:30:19 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-07-05 09:37:05 -0500 |
| commit | 578065b2c88a92b97e730682bdb636b6f8e6b42d (patch) | |
| tree | 0f0820f2f3239bb9f881d674a3bc1d023ad6d009 /doc/source/plugins.rst | |
| parent | 44d4188149faa53d377adf6af6a64a1f6403ce43 (diff) | |
| download | python-openstackclient-578065b2c88a92b97e730682bdb636b6f8e6b42d.tar.gz | |
Add python-neutronclient to OSC plugins
Neutron is transitioning its CLI to OSC. Some CLIs will reside
within python-openstackclient while others will be OSC plugins
within python-neutronclient.
Depends-On: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce
Change-Id: I2d8d369739d1df1597201368dd2158e07c8d2baf
Related-Bug: #1521291
Diffstat (limited to 'doc/source/plugins.rst')
| -rw-r--r-- | doc/source/plugins.rst | 9 |
1 files changed, 6 insertions, 3 deletions
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. |
