Skip to content

Commit d07704d

Browse files
author
liusheng
committed
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
1 parent 69b7b9b commit d07704d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/source/plugin-commands.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ designate
3333
.. list-plugins:: openstack.dns.v1
3434
:detailed:
3535

36-
.. gnocchi
37-
.. # gnocchiclient is not in global-requirements
38-
.. # list-plugins:: openstack.metric.v1
39-
.. # :detailed:
36+
gnocchi
37+
-------
38+
.. list-plugins:: openstack.metric.v1
39+
:detailed:
4040

4141
heat
4242
----

doc/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenStackClient.
2222
The following is a list of projects that are an OpenStackClient plugin.
2323

2424
- aodhclient
25-
- gnocchiclient\*\*
25+
- gnocchiclient
2626
- python-barbicanclient
2727
- python-congressclient
2828
- python-designateclient

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ wrapt>=1.7.0 # BSD License
2424

2525
# Install these to generate sphinx autodocs
2626
aodhclient>=0.7.0 # Apache-2.0
27+
gnocchiclient>=2.7.0 # Apache-2.0
2728
python-barbicanclient>=4.0.0 # Apache-2.0
2829
python-congressclient<2000,>=1.3.0 # Apache-2.0
2930
python-designateclient>=1.5.0 # Apache-2.0

0 commit comments

Comments
 (0)