
Introduce the shared file systems storage service proxy, and add a basic service resource to list availability zones. [1] https://tree.taiga.io/project/ashrod98-openstacksdk-manila-support/us/11?kanban-status=2360120 Depends-On: Ia2e62d3a11a08adeb6d488b7c9b365f7ff2be3c8 Change-Id: I20f1f713583c53a2df7fd01af11234960c9c8291 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
25 lines
751 B
ReStructuredText
25 lines
751 B
ReStructuredText
Shared File System API
|
|
======================
|
|
|
|
.. automodule:: openstack.shared_file_system.v2._proxy
|
|
|
|
The Shared File System Class
|
|
----------------------------
|
|
|
|
The high-level interface for accessing the shared file systems service API is
|
|
available through the ``shared_file_system`` member of a :class:`~openstack
|
|
.connection.Connection` object. The ``shared_file_system`` member will only
|
|
be added if the service is detected. ``share`` is an alias of the
|
|
``shared_file_system`` member.
|
|
|
|
|
|
Shared File System Availability Zones
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Interact with Availability Zones supported by the Shared File Systems
|
|
service.
|
|
|
|
.. autoclass:: openstack.shared_file_system.v2._proxy.Proxy
|
|
:noindex:
|
|
:members: availability_zones
|