diff options
| author | Zuul <zuul@review.opendev.org> | 2019-10-22 21:43:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-10-22 21:43:03 +0000 |
| commit | 77b5e9da35f0c24d2c097903193c8962edeed3ef (patch) | |
| tree | dd0aba265d915593e4a962736b6628dfe4657771 | |
| parent | 9974eb0453d7f1d1f75be660f2b09e07fb90266d (diff) | |
| parent | 67a5654d4977998c8c767e2d5c595fba5b12164f (diff) | |
| download | python-openstackclient-77b5e9da35f0c24d2c097903193c8962edeed3ef.tar.gz | |
Merge "Add plugin doc page for watcher"
| -rw-r--r-- | doc/requirements.txt | 1 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/index.rst | 6 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/watcher.rst | 7 | ||||
| -rw-r--r-- | lower-constraints.txt | 1 |
4 files changed, 10 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: diff --git a/lower-constraints.txt b/lower-constraints.txt index db0562e1..6533edaf 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -109,6 +109,7 @@ python-senlinclient==1.1.0 python-subunit==1.0.0 python-swiftclient==3.2.0 python-troveclient==2.2.0 +python-watcherclient==2.4.0 python-zaqarclient==1.0.0 python-zunclient==3.4.0 pytz==2013.6 |
