The "manila" CLI was deprecated during the 2023.2 release (4.6.0 [1]). All new manila API changes were supported via the "openstack" CLI. After an extended deprecation window, we're now officially removing this CLI utility. [1] https://docs.openstack.org/releasenotes/python-manilaclient/2023.2.html#relnotes-4-6-0-stable-2023-2 Change-Id: Ifbdf8f9385b855c1e5f273bac31cb3b4a538a5ae Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
46 lines
927 B
ReStructuredText
46 lines
927 B
ReStructuredText
Python bindings to the OpenStack Manila API
|
|
===========================================
|
|
|
|
This is a client for OpenStack Manila API. There's :doc:`a Python API
|
|
<user/api>` (the :mod:`manilaclient` module) for programmatic access, and
|
|
a command-line interface via the OpenStack CLI client. See
|
|
:ref:`project-structure` for more information.
|
|
|
|
You'll need credentials for an OpenStack cloud that implements the
|
|
Manila API in order to use the manila client.
|
|
|
|
Command-Line Reference
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
Use the "openstack" CLI client to interact with the Manila API from the
|
|
command line:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
cli/osc_plugin_cli
|
|
cli/decoder
|
|
|
|
Using the python module
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
user/api
|
|
|
|
Contributing
|
|
~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
contributor/index
|
|
|
|
.. only:: html
|
|
|
|
Indices and tables
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|