openstacksdk/doc/source/user/guides/shared_file_system.rst
Goutham Pacha Ravi 5f9522986c Add shared file systems support
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>
2021-02-18 08:48:21 -08:00

23 lines
776 B
ReStructuredText

Using OpenStack Shared File Systems
===================================
Before working with the Shared File System service, you'll need to create a
connection to your OpenStack cloud by following the :doc:`connect` user
guide. This will provide you with the ``conn`` variable used in the examples
below.
.. contents:: Table of Contents
:local:
List Availability Zones
-----------------------
A Shared File System service **availability zone** is a failure domain for
your shared file systems. You may create a shared file system (referred
to simply as **shares**) in a given availability zone, and create replicas
of the share in other availability zones.
.. literalinclude:: ../examples/shared_file_system/availability_zones.py
:pyobject: list_availability_zones