summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-10-22 21:16:47 +0000
committerGerrit Code Review <review@openstack.org>2019-10-22 21:16:47 +0000
commite27a29008714346807eed4cdac1a58231d0804cb (patch)
treeb9e95df1edb2b5d950db07899b529f968d481645
parent86eddf701b25a3aff4d941539f41d2fc3c8c62ea (diff)
parent8cdc7348d184555cac3e32facaf949784f0564d2 (diff)
downloadpython-openstackclient-e27a29008714346807eed4cdac1a58231d0804cb.tar.gz
Merge "Add placement to known plugins"
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/source/cli/plugin-commands.rst6
-rw-r--r--doc/source/contributor/plugins.rst1
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt1
5 files changed, 10 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 3bf3a270..12ed5f01 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -10,6 +10,7 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
# Install these to generate sphinx autodocs
aodhclient>=0.9.0 # 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-congressclient<2000,>=1.9.0 # Apache-2.0
python-designateclient>=2.7.0 # Apache-2.0
diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst
index ae2e6557..57964205 100644
--- a/doc/source/cli/plugin-commands.rst
+++ b/doc/source/cli/plugin-commands.rst
@@ -87,6 +87,12 @@ octavia
.. list-plugins:: openstack.load_balancer.v2
:detailed:
+placement
+---------
+
+.. list-plugins:: openstack.placement.v1
+ :detailed:
+
rsd
---
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index effcd85a..d6bcbee1 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -25,6 +25,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- aodhclient
- gnocchiclient
+- osc-placement
- python-barbicanclient
- python-congressclient
- python-designateclient
diff --git a/lower-constraints.txt b/lower-constraints.txt
index a84643ca..db0562e1 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -55,6 +55,7 @@ os-client-config==1.28.0
os-service-types==1.2.0
os-testr==1.0.0
osc-lib==1.14.0
+osc-placement==1.7.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.19.2
diff --git a/test-requirements.txt b/test-requirements.txt
index 4db30c7f..71adb0d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21,6 +21,7 @@ wrapt>=1.7.0 # BSD License
# Install these to generate sphinx autodocs
aodhclient>=0.9.0 # 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-congressclient<2000,>=1.9.0 # Apache-2.0
python-designateclient>=2.7.0 # Apache-2.0