summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-07 07:22:24 +0000
committerGerrit Code Review <review@openstack.org>2017-11-07 07:22:24 +0000
commit5311fc36fd4b036ce5a6a88c223ae4850d0fedff (patch)
tree1e4fd83e71cb27bcfe857ce4ab78172a52c8a4b4
parentd12fd10cc1a9df52f6d31ecdce96899b62ee4f64 (diff)
parent5b034ef65325aaf1d783bb6dfd36158e181d8448 (diff)
downloadpython-openstackclient-5311fc36fd4b036ce5a6a88c223ae4850d0fedff.tar.gz
Merge "Add python-rsdclient into plugin list"
-rw-r--r--doc/source/cli/commands.rst1
-rw-r--r--doc/source/cli/plugin-commands.rst6
-rw-r--r--doc/source/contributor/plugins.rst1
-rw-r--r--test-requirements.txt1
4 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst
index f70eabc3..0c1992ad 100644
--- a/doc/source/cli/commands.rst
+++ b/doc/source/cli/commands.rst
@@ -228,6 +228,7 @@ conflicts when creating new plugins. For a complete list check out
* ``ptr record``: (**DNS (Designate)**)
* ``queue``: (**Messaging (Zaqar)**)
* ``recordset``: (**DNS (Designate)**)
+* ``rsd``: (**Disaggregated Hardware Resource Management (RSD)**)
* ``search`` (**Search (Searchlight)**)
* ``search facet`` (**Search (Searchlight)**)
* ``search resource type`` (**Search (Searchlight)**)
diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst
index 51c67db6..6942cd09 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:
+rsd
+---
+
+.. list-plugins:: openstack.rsd.v1
+ :detailed:
+
sahara
------
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index d847bf4a..51aec9ae 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -36,6 +36,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- python-muranoclient
- python-neutronclient\*\*\*
- python-octaviaclient
+- python-rsdclient
- python-saharaclient
- python-searchlightclient
- python-senlinclient
diff --git a/test-requirements.txt b/test-requirements.txt
index f8425ba2..b0b45859 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -37,6 +37,7 @@ python-mistralclient>=3.1.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0
python-octaviaclient>=1.0.0 # Apache-2.0
+python-rsdclient>=0.1.0 # Apache-2.0
python-saharaclient>=1.2.0 # Apache-2.0
python-searchlightclient>=1.0.0 #Apache-2.0
python-senlinclient>=1.1.0 # Apache-2.0