Fixing broken links

Change-Id: I987caec9e78a3f6accd509a869109044eb94fb09
This commit is contained in:
Alexandra Settle 2019-08-16 12:35:06 +01:00 committed by Alexandra Settle
parent 1e938ac528
commit fe9f8e9711
3 changed files with 3 additions and 4 deletions

View File

@ -104,7 +104,7 @@ Host and backend configuration
- SSL/TLS should be enabled on the I/O path for GlusterFS servers and - SSL/TLS should be enabled on the I/O path for GlusterFS servers and
volumes involved (ie. ones specified in ``glusterfs_servers``), volumes involved (ie. ones specified in ``glusterfs_servers``),
as described in http://www.gluster.org/community/documentation/index.php/SSL. as described in https://docs.gluster.org/en/latest/Administrator%20Guide/SSL/.
(Enabling SSL/TLS for the management path is also possible but not (Enabling SSL/TLS for the management path is also possible but not
recommended currently.) recommended currently.)
- The manila host should be also configured for GlusterFS SSL/TLS (ie. - The manila host should be also configured for GlusterFS SSL/TLS (ie.

View File

@ -6,7 +6,7 @@ Manage shares services
The Shared File Systems service provides API that allows to manage running The Shared File Systems service provides API that allows to manage running
share services (`Share services API share services (`Share services API
<https://developer.openstack.org/api-ref/shared-file-systems/>`_). <https://docs.openstack.org/api-ref/shared-file-system/>`_).
Using the :command:`manila service-list` command, it is possible to get a list Using the :command:`manila service-list` command, it is possible to get a list
of all kinds of running services. To select only share services, you can pick of all kinds of running services. To select only share services, you can pick
items that have field ``binary`` equal to ``manila-share``. Also, you can items that have field ``binary`` equal to ``manila-share``. Also, you can

View File

@ -4,5 +4,4 @@ Manila API Documentation
A full specification of the API for interacting with the shared file A full specification of the API for interacting with the shared file
systems service may be found in the `API reference systems service may be found in the `API reference
<https://developer.openstack.org/api-ref/shared-file-systems>`_. <https://docs.openstack.org/api-ref/shared-file-system/>`_.