Skip to content

Commit 578065b

Browse files
committed
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
1 parent 44d4188 commit 578065b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

doc/source/plugin-commands.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Note: To see the complete syntax for the plugin commands, see the `CLI_Ref`_
5252
.. list-plugins:: openstack.application_catalog.v1
5353
:detailed:
5454

55+
# neutron
56+
.. list-plugins:: openstack.neutronclient.v2
57+
:detailed:
58+
5559
# sahara
5660
.. list-plugins:: openstack.data_processing.v1
5761
:detailed:

doc/source/plugins.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Adoption
1212

1313
OpenStackClient promises to provide first class support for the following
1414
OpenStack services: Compute, Identity, Image, Object Storage, Block Storage
15-
and Network. These services are considered essential to any OpenStack
16-
deployment.
15+
and Network (core objects). These services are considered essential
16+
to any OpenStack deployment.
1717

1818
Other OpenStack services, such as Orchestration or Telemetry may create an
1919
OpenStackClient plugin. The source code will not be hosted by
@@ -32,14 +32,17 @@ The following is a list of projects that are an OpenStackClient plugin.
3232
- python-ironic-inspector-client
3333
- python-mistralclient
3434
- python-muranoclient
35+
- python-neutronclient\*\*\*
3536
- python-saharaclient
3637
- python-searchlightclient
3738
- python-senlinclient
3839
- python-tripleoclient\*\*
3940
- python-watcherclient\*\*
4041
- python-zaqarclient
4142

42-
\*\* Note that some clients are not listed in global-requirements
43+
\*\* Note that some clients are not listed in global-requirements.
44+
45+
\*\*\* Project contains advanced network services.
4346

4447
The following is a list of projects that are not an OpenStackClient plugin.
4548

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ python-ironicclient>=1.1.0 # Apache-2.0
2929
python-ironic-inspector-client>=1.5.0 # Apache-2.0
3030
python-mistralclient>=2.0.0 # Apache-2.0
3131
python-muranoclient>=0.8.2 # Apache-2.0
32+
python-neutronclient>=4.2.0 # Apache-2.0
3233
python-saharaclient>=0.13.0 # Apache-2.0
3334
python-searchlightclient>=0.2.0 #Apache-2.0
3435
python-senlinclient>=0.3.0 # Apache-2.0

0 commit comments

Comments
 (0)