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
This commit is contained in:
Eric Fried 2019-10-21 15:45:36 -05:00
parent cf1006bf0e
commit 8cdc7348d1
5 changed files with 10 additions and 0 deletions

@ -10,6 +10,7 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
# Install these to generate sphinx autodocs # Install these to generate sphinx autodocs
aodhclient>=0.9.0 # Apache-2.0 aodhclient>=0.9.0 # Apache-2.0
gnocchiclient>=3.3.1 # Apache-2.0 gnocchiclient>=3.3.1 # Apache-2.0
osc-placement>=1.7.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0
python-congressclient<2000,>=1.9.0 # Apache-2.0 python-congressclient<2000,>=1.9.0 # Apache-2.0
python-designateclient>=2.7.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0

@ -87,6 +87,12 @@ octavia
.. list-plugins:: openstack.load_balancer.v2 .. list-plugins:: openstack.load_balancer.v2
:detailed: :detailed:
placement
---------
.. list-plugins:: openstack.placement.v1
:detailed:
rsd rsd
--- ---

@ -25,6 +25,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- aodhclient - aodhclient
- gnocchiclient - gnocchiclient
- osc-placement
- python-barbicanclient - python-barbicanclient
- python-congressclient - python-congressclient
- python-designateclient - python-designateclient

@ -55,6 +55,7 @@ os-client-config==1.28.0
os-service-types==1.2.0 os-service-types==1.2.0
os-testr==1.0.0 os-testr==1.0.0
osc-lib==1.14.0 osc-lib==1.14.0
osc-placement==1.7.0
oslo.concurrency==3.26.0 oslo.concurrency==3.26.0
oslo.config==5.2.0 oslo.config==5.2.0
oslo.context==2.19.2 oslo.context==2.19.2

@ -21,6 +21,7 @@ wrapt>=1.7.0 # BSD License
# Install these to generate sphinx autodocs # Install these to generate sphinx autodocs
aodhclient>=0.9.0 # Apache-2.0 aodhclient>=0.9.0 # Apache-2.0
gnocchiclient>=3.3.1 # Apache-2.0 gnocchiclient>=3.3.1 # Apache-2.0
osc-placement>=1.7.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0
python-congressclient<2000,>=1.9.0 # Apache-2.0 python-congressclient<2000,>=1.9.0 # Apache-2.0
python-designateclient>=2.7.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0