doc migration: update the doc link address

Update the doc link brought by the doc migration.

Change-Id: I6000856c22dbc47a1349d061927a47405ba0d66c
This commit is contained in:
junboli 2017-08-28 16:01:36 +08:00
parent 1bd85a4683
commit dd82e8f28b
8 changed files with 18 additions and 16 deletions

View File

@ -19,7 +19,8 @@ neutron network and subnetwork:
For more information about supported plug-ins for share networks, For more information about supported plug-ins for share networks,
see `Manila Network Plugins <https://docs.openstack.org/manila/latest/adminref/network_plugins.html>`_. see `Manila Network Plugins <https://docs.openstack.org/manila/latest/
admin/shared-file-systems-network-plugins.html>`_.
A share network has these attributes: A share network has these attributes:

View File

@ -74,7 +74,7 @@ The scheduler uses the special ``capabilities`` prefix for
filtering. The scheduler can only create a share on a back end that filtering. The scheduler can only create a share on a back end that
reports capabilities that match the un-scoped extra-spec keys for reports capabilities that match the un-scoped extra-spec keys for
the share type. For details, see `Capabilities and Extra-Specs the share type. For details, see `Capabilities and Extra-Specs
<https://docs.openstack.org/manila/latest/devref/ <https://docs.openstack.org/manila/latest/contributor/
capabilities_and_extra_specs.html>`_. capabilities_and_extra_specs.html>`_.
Each driver implementation determines which extra specification Each driver implementation determines which extra specification
@ -288,7 +288,7 @@ Sets an extra specification for the share type.
Each driver implementation determines which extra specification Each driver implementation determines which extra specification
keys it uses. For details, see `Capabilities and Extra-Specs keys it uses. For details, see `Capabilities and Extra-Specs
<https://docs.openstack.org/manila/latest/devref/ <https://docs.openstack.org/manila/latest/contributor/
capabilities_and_extra_specs.html>`_ and documentation for your driver. capabilities_and_extra_specs.html>`_ and documentation for your driver.
Normal response codes: 200 Normal response codes: 200

View File

@ -232,9 +232,9 @@ To create a file share in share servers mode, you need to:
filtering the extra specifications of the share type. filtering the extra specifications of the share type.
* The share driver will create a share server with the share network. For * The share driver will create a share server with the share network. For
details of creating the resources, see the `documentation <http://docs. details of creating the resources, see the `documentation <http://docs.openstack.
openstack.org/developer/manila/devref/index.html#share-backends>`_ of the org/manila/latest/admin/shared-file-systems-multi-backend.html>`_ of the specific
specific share driver. share driver.
#. After the share becomes available, use the :command:`manila show` command #. After the share becomes available, use the :command:`manila show` command
to get the share export location. to get the share export location.
@ -740,7 +740,7 @@ Allow access to the share with ``user`` access type:
For the example, the Generic driver with the Block Storage service as a For the example, the Generic driver with the Block Storage service as a
back-end doesn't support ``user`` and ``cert`` authentications methods. For back-end doesn't support ``user`` and ``cert`` authentications methods. For
details of supporting of features by different drivers, see `Manila share details of supporting of features by different drivers, see `Manila share
features support mapping <https://docs.openstack.org/developer/manila/devref features support mapping <https://docs.openstack.org/manila/latest/contributor
/share_back_ends_feature_support_mapping.html>`_. /share_back_ends_feature_support_mapping.html>`_.
To verify that the access rules (ACL) were configured correctly for a share, To verify that the access rules (ACL) were configured correctly for a share,

View File

@ -85,4 +85,5 @@ Shared File Systems service:
share driver to support the network type for which the network plug-in is share driver to support the network type for which the network plug-in is
configured. configured.
More information about network plug-ins can be found in `Manila developer documentation <https://docs.openstack.org/developer/manila/adminref/network_plugins.html>`_ More information about network plug-ins can be found in `Manila developer documentation
<https://docs.openstack.org/manila/latest/admin/shared-file-systems-network-plugins.html>`_

View File

@ -15,7 +15,8 @@ A share type is a list from key-value pairs called extra-specs. The
scheduler uses required and un-scoped extra-specs to look up scheduler uses required and un-scoped extra-specs to look up
the shared service most suitable for a new share with the specified share type. the shared service most suitable for a new share with the specified share type.
For more information about extra-specs and their type, see `Capabilities For more information about extra-specs and their type, see `Capabilities
and Extra-Specs <https://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html>`_ section in developer documentation. and Extra-Specs <https://docs.openstack.org/manila/latest/contributor
/capabilities_and_extra_specs.html>`_ section in developer documentation.
The general scheduler workflow: The general scheduler workflow:

View File

@ -59,7 +59,7 @@ for the following purposes:
The scheduler uses the special capabilities prefix for filtering. The scheduler The scheduler uses the special capabilities prefix for filtering. The scheduler
can only create a share on a back end that reports capabilities matching the can only create a share on a back end that reports capabilities matching the
un-scoped extra-spec keys for the share type. For details, see `Capabilities un-scoped extra-spec keys for the share type. For details, see `Capabilities
and Extra-Specs <https://docs.openstack.org/developer/manila/devref/ and Extra-Specs <https://docs.openstack.org/manila/latest/contributor/
capabilities_and_extra_specs.html>`_. capabilities_and_extra_specs.html>`_.
Each driver implementation determines which extra specification keys it uses. Each driver implementation determines which extra specification keys it uses.

View File

@ -33,7 +33,7 @@ complete OpenStack development environments).
You can check out `Setting up a development environment with devstack`_ for instructions You can check out `Setting up a development environment with devstack`_ for instructions
on how to enable manila on devstack. on how to enable manila on devstack.
.. _Setting up a development environment with devstack: https://docs.openstack.org/manila/latest/devref/development-environment-devstack.html .. _Setting up a development environment with devstack: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html
Virtual environments Virtual environments
-------------------- --------------------
@ -172,4 +172,4 @@ into trunk unless you are listed in the Authors file. Manila uses the Gerrit
code review system. For information on how to submit your branch to Gerrit, code review system. For information on how to submit your branch to Gerrit,
see GerritWorkflow_. see GerritWorkflow_.
.. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _GerritWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -102,7 +102,7 @@ function correctly in manila, such as:
- replication_type: string specifying the type of replication supported by - replication_type: string specifying the type of replication supported by
the driver. Can be one of ('readable', 'writable' or 'dr'). the driver. Can be one of ('readable', 'writable' or 'dr').
.. note:: for more information please see https://docs.openstack.org/manila/latest/devref/capabilities_and_extra_specs.html .. note:: for more information please see https://docs.openstack.org/manila/latest/contributor/capabilities_and_extra_specs.html
Continuous Integration systems Continuous Integration systems
------------------------------ ------------------------------
@ -136,8 +136,7 @@ openstack-manuals, containing instructions on how to properly install and
configure. The intended audience for this manual is cloud operators and configure. The intended audience for this manual is cloud operators and
administrators. Also, driver maintainers must update the manila share features administrators. Also, driver maintainers must update the manila share features
support mapping documentation found at support mapping documentation found at
https://docs.openstack.org/manila/latest/devref/share_back_ends_feature_support_mapping.html https://docs.openstack.org/manila/latest/contributor/share_back_ends_feature_support_mapping.html
Manila optional requirements and features since Mitaka Manila optional requirements and features since Mitaka
====================================================== ======================================================
@ -215,7 +214,7 @@ report the ``replication_type`` they support as a capability and implement
necessary methods. necessary methods.
More details can be found at: More details can be found at:
https://docs.openstack.org/manila/latest/devref/share_replication.html https://docs.openstack.org/manila/latest/contributor/share_replication.html
Update "used_size" of shares Update "used_size" of shares
---------------------------- ----------------------------