Add plugin doc page for watcher
This was being omitted because whenever the plugin page was produced, python-watcherclient wasn't in global-requirements. It is now, so include a page for it in the plugin docs. NOTE: We would like to use autoprogram-cliff to make the documentation complete, but that breaks the build. For now, this is better than nothing. Change-Id: I49822242b9a0c031a053d6c2fd9f644a585f4ba5
This commit is contained in:
parent
3fd63c0021
commit
67a5654d49
@ -27,5 +27,6 @@ python-saharaclient>=1.4.0 # Apache-2.0
|
|||||||
python-searchlightclient>=1.0.0 #Apache-2.0
|
python-searchlightclient>=1.0.0 #Apache-2.0
|
||||||
python-senlinclient>=1.1.0 # Apache-2.0
|
python-senlinclient>=1.1.0 # Apache-2.0
|
||||||
python-troveclient>=2.2.0 # Apache-2.0
|
python-troveclient>=2.2.0 # Apache-2.0
|
||||||
|
python-watcherclient>=2.4.0 # Apache-2.0
|
||||||
python-zaqarclient>=1.0.0 # Apache-2.0
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
||||||
python-zunclient>=3.4.0 # Apache-2.0
|
python-zunclient>=3.4.0 # Apache-2.0
|
||||||
|
@ -25,6 +25,7 @@ Plugin Commands
|
|||||||
searchlight
|
searchlight
|
||||||
senlin
|
senlin
|
||||||
trove
|
trove
|
||||||
|
watcher
|
||||||
zaqar
|
zaqar
|
||||||
zun
|
zun
|
||||||
|
|
||||||
@ -44,8 +45,3 @@ Plugin Commands
|
|||||||
.. # tripleoclient is not in global-requirements
|
.. # tripleoclient is not in global-requirements
|
||||||
.. # list-plugins:: openstack.tripleoclient.v1
|
.. # list-plugins:: openstack.tripleoclient.v1
|
||||||
.. # :detailed:
|
.. # :detailed:
|
||||||
|
|
||||||
.. watcher
|
|
||||||
.. # watcherclient is not in global-requirements
|
|
||||||
.. # list-plugins:: openstack.infra_optim.v1
|
|
||||||
.. # :detailed:
|
|
||||||
|
7
doc/source/cli/plugin-commands/watcher.rst
Normal file
7
doc/source/cli/plugin-commands/watcher.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
watcher
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
|
||||||
|
|
||||||
|
.. list-plugins:: openstack.infra_optim.v1
|
||||||
|
:detailed:
|
@ -109,6 +109,7 @@ python-senlinclient==1.1.0
|
|||||||
python-subunit==1.0.0
|
python-subunit==1.0.0
|
||||||
python-swiftclient==3.2.0
|
python-swiftclient==3.2.0
|
||||||
python-troveclient==2.2.0
|
python-troveclient==2.2.0
|
||||||
|
python-watcherclient==2.4.0
|
||||||
python-zaqarclient==1.0.0
|
python-zaqarclient==1.0.0
|
||||||
python-zunclient==3.4.0
|
python-zunclient==3.4.0
|
||||||
pytz==2013.6
|
pytz==2013.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user