diff options
| author | Zuul <zuul@review.opendev.org> | 2020-06-08 23:17:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-06-08 23:17:53 +0000 |
| commit | 730a8505f6b8cadd79132e234a590c0fbacf4405 (patch) | |
| tree | fd3ca92d8bbc37b0bc2a8dec095d3e54351fc856 /doc | |
| parent | 00e88822e3fcb288d9fe8d019ee7d1bf8dd74630 (diff) | |
| parent | aa7b84fd08ef3d4d096d76837c636b708d743f46 (diff) | |
| download | python-openstackclient-730a8505f6b8cadd79132e234a590c0fbacf4405.tar.gz | |
Merge "Add OpenStack Client for Manila docs"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/requirements.txt | 1 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/index.rst | 1 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/manila.rst | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index a1df4f75..962b0e26 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -19,6 +19,7 @@ python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient>=2.3.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-karborclient>=0.6.0 # Apache-2.0 +python-manilaclient>=2.0.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst index 8217115f..33a8fe06 100644 --- a/doc/source/cli/plugin-commands/index.rst +++ b/doc/source/cli/plugin-commands/index.rst @@ -15,6 +15,7 @@ Plugin Commands ironic ironic-inspector karbor + manila mistral neutron octavia diff --git a/doc/source/cli/plugin-commands/manila.rst b/doc/source/cli/plugin-commands/manila.rst new file mode 100644 index 00000000..c42d6065 --- /dev/null +++ b/doc/source/cli/plugin-commands/manila.rst @@ -0,0 +1,4 @@ +manila +------ + +.. autoprogram-cliff:: openstack.share.v2 |
