summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Fried <openstack@fried.cc>2019-10-21 18:08:41 -0500
committerEric Fried <openstack@fried.cc>2019-10-21 18:08:41 -0500
commit67a5654d4977998c8c767e2d5c595fba5b12164f (patch)
treef144fe3cf340ee7f483fd364efdc005f196804f0 /doc
parent3fd63c0021d5ddddfb0ecce5d5f38799bcb13661 (diff)
downloadpython-openstackclient-67a5654d4977998c8c767e2d5c595fba5b12164f.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/source/cli/plugin-commands/index.rst6
-rw-r--r--doc/source/cli/plugin-commands/watcher.rst7
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 12ed5f01..d603c1d4 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -27,5 +27,6 @@ python-saharaclient>=1.4.0 # Apache-2.0
python-searchlightclient>=1.0.0 #Apache-2.0
python-senlinclient>=1.1.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-zunclient>=3.4.0 # Apache-2.0
diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst
index f6ff51bd..2c3bda3e 100644
--- a/doc/source/cli/plugin-commands/index.rst
+++ b/doc/source/cli/plugin-commands/index.rst
@@ -25,6 +25,7 @@ Plugin Commands
searchlight
senlin
trove
+ watcher
zaqar
zun
@@ -44,8 +45,3 @@ Plugin Commands
.. # tripleoclient is not in global-requirements
.. # list-plugins:: openstack.tripleoclient.v1
.. # :detailed:
-
-.. watcher
-.. # watcherclient is not in global-requirements
-.. # list-plugins:: openstack.infra_optim.v1
-.. # :detailed:
diff --git a/doc/source/cli/plugin-commands/watcher.rst b/doc/source/cli/plugin-commands/watcher.rst
new file mode 100644
index 00000000..7f9afbdc
--- /dev/null
+++ b/doc/source/cli/plugin-commands/watcher.rst
@@ -0,0 +1,7 @@
+watcher
+-------
+
+.. TODO(efried): cut over to autoprogram-cliff once doc build is fixed
+
+.. list-plugins:: openstack.infra_optim.v1
+ :detailed: