Skip to content

Commit 8cdc734

Browse files
author
Eric Fried
committed
Add placement to known plugins
Add the osc-placement project (osc plugin for the placement service) to the list of known plugins. Change-Id: I77b614b38ecf872d0d93473b834994913930b76f
1 parent cf1006b commit 8cdc734

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
1010
# Install these to generate sphinx autodocs
1111
aodhclient>=0.9.0 # Apache-2.0
1212
gnocchiclient>=3.3.1 # Apache-2.0
13+
osc-placement>=1.7.0 # Apache-2.0
1314
python-barbicanclient>=4.5.2 # Apache-2.0
1415
python-congressclient<2000,>=1.9.0 # Apache-2.0
1516
python-designateclient>=2.7.0 # Apache-2.0

doc/source/cli/plugin-commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ octavia
8787
.. list-plugins:: openstack.load_balancer.v2
8888
:detailed:
8989

90+
placement
91+
---------
92+
93+
.. list-plugins:: openstack.placement.v1
94+
:detailed:
95+
9096
rsd
9197
---
9298

doc/source/contributor/plugins.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following is a list of projects that are an OpenStackClient plugin.
2525

2626
- aodhclient
2727
- gnocchiclient
28+
- osc-placement
2829
- python-barbicanclient
2930
- python-congressclient
3031
- python-designateclient

lower-constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ os-client-config==1.28.0
5555
os-service-types==1.2.0
5656
os-testr==1.0.0
5757
osc-lib==1.14.0
58+
osc-placement==1.7.0
5859
oslo.concurrency==3.26.0
5960
oslo.config==5.2.0
6061
oslo.context==2.19.2

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ wrapt>=1.7.0 # BSD License
2121
# Install these to generate sphinx autodocs
2222
aodhclient>=0.9.0 # Apache-2.0
2323
gnocchiclient>=3.3.1 # Apache-2.0
24+
osc-placement>=1.7.0 # Apache-2.0
2425
python-barbicanclient>=4.5.2 # Apache-2.0
2526
python-congressclient<2000,>=1.9.0 # Apache-2.0
2627
python-designateclient>=2.7.0 # Apache-2.0

0 commit comments

Comments
 (0)