summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/plugin-commands.rst8
-rw-r--r--doc/source/plugins.rst2
-rw-r--r--test-requirements.txt1
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst
index 844c48a7..182f5392 100644
--- a/doc/source/plugin-commands.rst
+++ b/doc/source/plugin-commands.rst
@@ -33,10 +33,10 @@ designate
.. list-plugins:: openstack.dns.v1
:detailed:
-.. gnocchi
-.. # gnocchiclient is not in global-requirements
-.. # list-plugins:: openstack.metric.v1
-.. # :detailed:
+gnocchi
+-------
+.. list-plugins:: openstack.metric.v1
+ :detailed:
heat
----
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst
index 054e552f..7dda52a0 100644
--- a/doc/source/plugins.rst
+++ b/doc/source/plugins.rst
@@ -22,7 +22,7 @@ OpenStackClient.
The following is a list of projects that are an OpenStackClient plugin.
- aodhclient
-- gnocchiclient\*\*
+- gnocchiclient
- python-barbicanclient
- python-congressclient
- python-designateclient
diff --git a/test-requirements.txt b/test-requirements.txt
index ca335d48..24311847 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24,6 +24,7 @@ wrapt>=1.7.0 # BSD License
# Install these to generate sphinx autodocs
aodhclient>=0.7.0 # Apache-2.0
+gnocchiclient>=2.7.0 # Apache-2.0
python-barbicanclient>=4.0.0 # Apache-2.0
python-congressclient<2000,>=1.3.0 # Apache-2.0
python-designateclient>=1.5.0 # Apache-2.0