Update the documentation link for doc migration
Change-Id: I0b4e59c9e2ad0375cdb6aae5369a7b43978c3d69
This commit is contained in:
parent
5de85eef0e
commit
082159cc54
@ -2,7 +2,7 @@ Manila Style Commandments
|
||||
=========================
|
||||
|
||||
- Step 1: Read the OpenStack Style Commandments
|
||||
http://docs.openstack.org/developer/hacking/
|
||||
https://docs.openstack.org/hacking/latest/
|
||||
- Step 2: Read on
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ must be used because the message is going to appear in an exception that
|
||||
may be presented to the user.
|
||||
|
||||
For more details about translations, see
|
||||
http://docs.openstack.org/developer/oslo.i18n/guidelines.html
|
||||
https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html
|
||||
|
||||
Creating Unit Tests
|
||||
-------------------
|
||||
|
@ -19,8 +19,7 @@ neutron network and subnetwork:
|
||||
|
||||
|
||||
For more information about supported plug-ins for share networks,
|
||||
see `Manila Network Plugins <http://docs.openstack.org/developer/ma
|
||||
nila/adminref/network_plugins.html>`_.
|
||||
see `Manila Network Plugins <https://docs.openstack.org/manila/latest/adminref/network_plugins.html>`_.
|
||||
|
||||
A share network has these attributes:
|
||||
|
||||
|
@ -19,7 +19,7 @@ Systems API:
|
||||
``X-OpenStack-Manila-API-Version`` header
|
||||
|
||||
Read more about microversion guidelines that the service adheres to `here
|
||||
<http://docs.openstack.org/developer/manila/devref/api_microversion_dev.html>`_
|
||||
<https://docs.openstack.org/manila/latest/devref/api_microversion_dev.html>`_
|
||||
|
||||
|
||||
List All Major Versions
|
||||
|
@ -6,7 +6,7 @@ Files under this directory tree are used for generating the documentation
|
||||
for the manila source code.
|
||||
|
||||
Developer documentation is built to:
|
||||
http://docs.openstack.org/developer/manila/
|
||||
https://docs.openstack.org/manila/latest/
|
||||
|
||||
Tools
|
||||
=====
|
||||
|
@ -56,7 +56,7 @@ What does not need a release note?
|
||||
How do I add a release note?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
We use `Reno <http://docs.openstack.org/developer/reno>`_ to create and manage
|
||||
We use `Reno <https://docs.openstack.org/reno/latest/>`_ to create and manage
|
||||
release notes. The new subcommand combines a random suffix with a “slug” value
|
||||
to make the new file with a unique name that is easy to identify again later.
|
||||
To create a release note for your change, use:
|
||||
|
@ -33,7 +33,7 @@ complete OpenStack development environments).
|
||||
You can check out `Setting up a development environment with devstack`_ for instructions
|
||||
on how to enable manila on devstack.
|
||||
|
||||
.. _Setting up a development environment with devstack: http://docs.openstack.org/developer/manila/devref/development_environment_devstack.html
|
||||
.. _Setting up a development environment with devstack: https://docs.openstack.org/manila/latest/devref/development-environment-devstack.html
|
||||
|
||||
Virtual environments
|
||||
--------------------
|
||||
|
@ -100,7 +100,7 @@ Manila Developer Reference
|
||||
- Feel free to use it as a sandbox for other documentation that does not
|
||||
live in manila's code-tree.
|
||||
- **Link**: `Manila developer reference
|
||||
<http://docs.openstack.org/developer/manila/>`_
|
||||
<https://docs.openstack.org/manila/latest/>`_
|
||||
|
||||
|
||||
OpenStack Security Guide
|
||||
|
@ -102,7 +102,7 @@ function correctly in manila, such as:
|
||||
- replication_type: string specifying the type of replication supported by
|
||||
the driver. Can be one of ('readable', 'writable' or 'dr').
|
||||
|
||||
.. note:: for more information please see http://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html
|
||||
.. note:: for more information please see https://docs.openstack.org/manila/latest/devref/capabilities_and_extra_specs.html
|
||||
|
||||
Continuous Integration systems
|
||||
------------------------------
|
||||
@ -136,7 +136,7 @@ openstack-manuals, containing instructions on how to properly install and
|
||||
configure. The intended audience for this manual is cloud operators and
|
||||
administrators. Also, driver maintainers must update the manila share features
|
||||
support mapping documentation found at
|
||||
http://docs.openstack.org/developer/manila/devref/share_back_ends_feature_support_mapping.html
|
||||
https://docs.openstack.org/manila/latest/devref/share_back_ends_feature_support_mapping.html
|
||||
|
||||
|
||||
Manila optional requirements and features since Mitaka
|
||||
@ -215,4 +215,4 @@ report the ``replication_type`` they support as a capability and implement
|
||||
necessary methods.
|
||||
|
||||
More details can be found at:
|
||||
http://docs.openstack.org/developer/manila/devref/share_replication.html
|
||||
https://docs.openstack.org/manila/latest/devref/share_replication.html
|
||||
|
@ -116,4 +116,4 @@ Extending the GMR
|
||||
As mentioned above, additional sections can be added to the GMR for a
|
||||
particular executable. For more information, see the inline documentation
|
||||
about oslo.reports:
|
||||
`oslo.reports <http://docs.openstack.org/developer/oslo.reports/>`_
|
||||
`oslo.reports <https://docs.openstack.org/oslo.reports/latest/>`_
|
||||
|
@ -11,7 +11,7 @@ information can be found in its `docs`_.
|
||||
In simple words: if you have installed manila project on the same machine as
|
||||
tempest, then tempest will find it.
|
||||
|
||||
.. _docs: http://docs.openstack.org/developer/tempest/plugin.html#using-plugins
|
||||
.. _docs: https://docs.openstack.org/tempest/latest/plugin.html#using-plugins
|
||||
|
||||
Configuration of manila-related tests in tempest.conf
|
||||
-----------------------------------------------------
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
"""oslo.i18n integration module.
|
||||
|
||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html .
|
||||
See https://docs.openstack.org/oslo.i18n/latest/user/usage.html .
|
||||
|
||||
"""
|
||||
|
||||
|
@ -5,7 +5,7 @@ description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/developer/manila/
|
||||
home-page = https://docs.openstack.org/manila/latest/
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
@ -17,7 +17,7 @@ openstackdocstheme>=1.11.0 # Apache-2.0
|
||||
|
||||
# Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used
|
||||
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests.
|
||||
# See http://docs.openstack.org/developer/oslo.db/contributing.html#how-to-run-unit-tests
|
||||
# See https://docs.openstack.org/oslo.db/latest/contributor/index.html#how-to-run-unit-tests
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
psycopg2>=2.5 # LGPL/ZPL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user