diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/requirements.txt | 1 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/contributor/plugins.rst | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 3bf3a270..12ed5f01 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -10,6 +10,7 @@ sphinxcontrib-apidoc>=0.2.0 # BSD # Install these to generate sphinx autodocs aodhclient>=0.9.0 # Apache-2.0 gnocchiclient>=3.3.1 # Apache-2.0 +osc-placement>=1.7.0 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0 python-congressclient<2000,>=1.9.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst index ae2e6557..57964205 100644 --- a/doc/source/cli/plugin-commands.rst +++ b/doc/source/cli/plugin-commands.rst @@ -87,6 +87,12 @@ octavia .. list-plugins:: openstack.load_balancer.v2 :detailed: +placement +--------- + +.. list-plugins:: openstack.placement.v1 + :detailed: + rsd --- diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index effcd85a..d6bcbee1 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -25,6 +25,7 @@ The following is a list of projects that are an OpenStackClient plugin. - aodhclient - gnocchiclient +- osc-placement - python-barbicanclient - python-congressclient - python-designateclient |
