diff options
| author | Zuul <zuul@review.opendev.org> | 2019-10-22 21:16:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-10-22 21:16:47 +0000 |
| commit | e27a29008714346807eed4cdac1a58231d0804cb (patch) | |
| tree | b9e95df1edb2b5d950db07899b529f968d481645 /doc/source | |
| parent | 86eddf701b25a3aff4d941539f41d2fc3c8c62ea (diff) | |
| parent | 8cdc7348d184555cac3e32facaf949784f0564d2 (diff) | |
| download | python-openstackclient-e27a29008714346807eed4cdac1a58231d0804cb.tar.gz | |
Merge "Add placement to known plugins"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/contributor/plugins.rst | 1 |
2 files changed, 7 insertions, 0 deletions
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 |
