Update api-ref location
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that the location API location /shared-file-system and not /shared-file-systems. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I86f50af83be699fa7e0fb064abb20324e2d87b86
This commit is contained in:
@@ -20,7 +20,7 @@ roles.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Share Group Snapshot APIs are part of the `experimental APIs
|
Share Group Snapshot APIs are part of the `experimental APIs
|
||||||
<http://developer.openstack.org/api-ref/shared-file-systems/#experimental-apis>`_.
|
<https://docs.openstack.org/api-ref/shared-file-system/#experimental-apis>`_.
|
||||||
|
|
||||||
List share group snapshots
|
List share group snapshots
|
||||||
==========================
|
==========================
|
||||||
|
@@ -17,7 +17,7 @@ different projects. You can add access, remove access, and get
|
|||||||
information about access for a private share group type.
|
information about access for a private share group type.
|
||||||
|
|
||||||
Administrators can specifies which `share type(s)
|
Administrators can specifies which `share type(s)
|
||||||
<http://developer.openstack.org/api-ref/shared-file-systems/#experimental-apis>`_
|
<https://docs.openstack.org/api-ref/shared-file-system/#experimental-apis>`_
|
||||||
a given group type may contain. If Administrators does not specify it, then
|
a given group type may contain. If Administrators does not specify it, then
|
||||||
manila will use ``default`` share type. The scheduler then creates the group on
|
manila will use ``default`` share type. The scheduler then creates the group on
|
||||||
one of the back ends that match the specified share type(s) and share group type.
|
one of the back ends that match the specified share type(s) and share group type.
|
||||||
@@ -32,7 +32,7 @@ share group type for the following purposes:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Share Group Types APIs are part of the `experimental APIs
|
Share Group Types APIs are part of the `experimental APIs
|
||||||
<http://developer.openstack.org/api-ref/shared-file-systems/#experimental-apis>`_.
|
<https://docs.openstack.org/api-ref/shared-file-system/#experimental-apis>`_.
|
||||||
|
|
||||||
List share group types
|
List share group types
|
||||||
======================
|
======================
|
||||||
|
@@ -19,7 +19,7 @@ share groups, and show information for delete a share group.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Share Group APIs are part of the `experimental APIs
|
Share Group APIs are part of the `experimental APIs
|
||||||
<http://developer.openstack.org/api-ref/shared-file-systems/#experimental-apis>`_.
|
<https://docs.openstack.org/api-ref/shared-file-system/#experimental-apis>`_.
|
||||||
The ``availability_zone_id`` and ``consistent_snapshot_support`` fields were added
|
The ``availability_zone_id`` and ``consistent_snapshot_support`` fields were added
|
||||||
to ``share_group`` object introduced in version 2.34.
|
to ``share_group`` object introduced in version 2.34.
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ Possible use cases for data migration include:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Share Migration APIs are part of the `experimental APIs
|
Share Migration APIs are part of the `experimental APIs
|
||||||
<http://developer.openstack.org/api-ref/shared-file-systems/
|
<https://docs.openstack.org/api-ref/shared-file-system/
|
||||||
#experimental-apis>`_ .
|
#experimental-apis>`_ .
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -81,7 +81,7 @@ OpenStack API Reference
|
|||||||
- Since the Newton release, manila's API reference is maintained
|
- Since the Newton release, manila's API reference is maintained
|
||||||
in-tree in custom YAML/JSON format files.
|
in-tree in custom YAML/JSON format files.
|
||||||
- **Link**: `REST API reference of the Shared File Systems Project v2.0
|
- **Link**: `REST API reference of the Shared File Systems Project v2.0
|
||||||
<https://developer.openstack.org/api-ref/shared-file-system/>`_
|
<https://docs.openstack.org/api-ref/shared-file-system/>`_
|
||||||
|
|
||||||
Manila Developer Reference
|
Manila Developer Reference
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@@ -65,7 +65,7 @@ API Reference
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
||||||
Manila API v2 Reference <https://developer.openstack.org/api-ref/shared-file-system/>
|
Manila API v2 Reference <https://docs.openstack.org/api-ref/shared-file-system/>
|
||||||
api_microversion_dev
|
api_microversion_dev
|
||||||
api_microversion_history
|
api_microversion_history
|
||||||
experimental_apis
|
experimental_apis
|
||||||
|
@@ -38,7 +38,7 @@ As an end user of Manila, you'll use Manila to create a remote file system with
|
|||||||
either tools or the API directly:
|
either tools or the API directly:
|
||||||
`python-manilaclient <https://docs.openstack.org/python-manilaclient/latest/>`_,
|
`python-manilaclient <https://docs.openstack.org/python-manilaclient/latest/>`_,
|
||||||
or by directly using the
|
or by directly using the
|
||||||
`REST API <https://developer.openstack.org/api-ref/shared-file-system/>`_.
|
`REST API <https://docs.openstack.org/api-ref/shared-file-system/>`_.
|
||||||
|
|
||||||
Tools for using Manila
|
Tools for using Manila
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@@ -58,7 +58,7 @@ more complicated logic or automation with Manila. This can be consumed directly
|
|||||||
or via various SDKs. The following resources can help you get started consuming
|
or via various SDKs. The following resources can help you get started consuming
|
||||||
the API directly:
|
the API directly:
|
||||||
|
|
||||||
* `Manila API <https://developer.openstack.org/api-ref/shared-file-system/>`_
|
* `Manila API <https://docs.openstack.org/api-ref/shared-file-system/>`_
|
||||||
* :doc:`Manila microversion history </contributor/api_microversion_history>`
|
* :doc:`Manila microversion history </contributor/api_microversion_history>`
|
||||||
|
|
||||||
For operators
|
For operators
|
||||||
|
@@ -4,5 +4,5 @@ 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>`_.
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@@ -125,7 +125,7 @@ commands = bash ./tools/coding-checks.sh --pylint {posargs}
|
|||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
# This environment is called from CI scripts to test and publish
|
# This environment is called from CI scripts to test and publish
|
||||||
# the API Ref to developer.openstack.org.
|
# the API Ref to docs.openstack.org.
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
commands =
|
commands =
|
||||||
rm -rf api-ref/build
|
rm -rf api-ref/build
|
||||||
|
Reference in New Issue
Block a user