From d07704dd2560149036b099e9087ecd5bacdf4f78 Mon Sep 17 00:00:00 2001 From: liusheng Date: Mon, 6 Mar 2017 19:20:45 +0800 Subject: [PATCH] Normalize the gnocchiclient docs entry For now, gnocchiclient has been added in the global-requirements, we should add gnocchiclient in test-requirements.txt and normalize the docs entry. Change-Id: Ide5d8262e7f7c5b1ca304fa72893ccfbf16d8ec1 --- doc/source/plugin-commands.rst | 8 ++++---- doc/source/plugins.rst | 2 +- test-requirements.txt | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 844c48a72a..182f5392c6 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 054e552fe7..7dda52a034 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 ca335d481c..24311847b3 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