Update and replace http with https for doc links in Cinder
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I9b8473a439d15c741bc4d4809c4c4c122717f8a4
This commit is contained in:
parent
48630526e2
commit
83dd1ddd68
@ -6,7 +6,7 @@ Files under this directory tree are used for generating the documentation
|
||||
for the Cinder source code.
|
||||
|
||||
Developer documentation is built to:
|
||||
http://docs.openstack.org/developer/cinder/
|
||||
https://docs.openstack.org/cinder/latest/
|
||||
|
||||
Tools
|
||||
=====
|
||||
|
@ -23,7 +23,7 @@ environment that can be used in developing cinder on Ubuntu, Fedora or
|
||||
Mac OS X. These instructions assume you're already familiar with
|
||||
git. Refer to GettingTheCode_ for additional information.
|
||||
|
||||
.. _GettingTheCode: http://wiki.openstack.org/GettingTheCode
|
||||
.. _GettingTheCode: https://wiki.openstack.org/wiki/Getting_The_Code
|
||||
|
||||
Following these instructions will allow you to run the cinder unit tests.
|
||||
Running cinder is currently only supported on Linux, although you can run the
|
||||
@ -148,4 +148,4 @@ Once your work is complete you may wish to contribute it to the project.
|
||||
Cinder uses the Gerrit code review system. For information on how to submit
|
||||
your branch to Gerrit, see GerritWorkflow_.
|
||||
|
||||
.. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _GerritWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
@ -2,7 +2,7 @@ Code Reviews with Gerrit
|
||||
========================
|
||||
|
||||
Cinder uses the `Gerrit`_ tool to review proposed code changes. The review site
|
||||
is http://review.openstack.org.
|
||||
is https://review.openstack.org
|
||||
|
||||
Gerrit is a complete replacement for Github pull requests. `All Github pull
|
||||
requests to the Cinder repository will be ignored`.
|
||||
@ -11,6 +11,6 @@ See `Gerrit Workflow Quick Reference`_ for information about how to get
|
||||
started using Gerrit. See `Development Workflow`_ for more detailed
|
||||
documentation on how to work with Gerrit.
|
||||
|
||||
.. _Gerrit: http://code.google.com/p/gerrit
|
||||
.. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit Workflow Quick Reference: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit: https://bugs.chromium.org/p/gerrit/
|
||||
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
@ -109,4 +109,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/>`_
|
||||
|
@ -2,10 +2,10 @@ Internationalization
|
||||
====================
|
||||
|
||||
For internationalization guidelines, see the
|
||||
`oslo.i18n documentation <http://docs.openstack.org/developer/oslo.i18n/guidelines.html>`_.
|
||||
`oslo.i18n documentation <https://docs.openstack.org/oslo.i18n/latest/>`_.
|
||||
The information below can be used to get started.
|
||||
|
||||
Cinder uses `gettext <http://docs.python.org/library/gettext.html>`_ so that
|
||||
Cinder uses `gettext <https://docs.python.org/3/library/gettext.html>`_ so that
|
||||
user-facing strings such as log messages appear in the appropriate
|
||||
language in different locales.
|
||||
|
||||
|
@ -45,8 +45,8 @@ Cinder no longer uses Launchpad Answers to track Cinder technical support questi
|
||||
Note that `Ask OpenStack`_ (which is not hosted on Launchpad) can
|
||||
be used for technical support requests.
|
||||
|
||||
.. _Launchpad: http://launchpad.net
|
||||
.. _Wiki: http://wiki.openstack.org
|
||||
.. _Launchpad: https://launchpad.net
|
||||
.. _Wiki: https://wiki.openstack.org/wiki/Main_Page
|
||||
.. _Cinder Team: https://launchpad.net/~cinder
|
||||
.. _OpenStack Team: https://launchpad.net/~openstack
|
||||
.. _Ask OpenStack: http://ask.openstack.org
|
||||
.. _Ask OpenStack: https://ask.openstack.org
|
||||
|
@ -43,7 +43,7 @@ If the following applies to the patch, a release note is required:
|
||||
|
||||
* REST API changes
|
||||
|
||||
Cinder uses `reno <http://docs.openstack.org/developer/reno/usage.html>`_ to
|
||||
Cinder uses `reno <https://docs.openstack.org/reno/latest/>`_ to
|
||||
generate release notes. Please read the docs for details. In summary, use
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -246,7 +246,7 @@ RPC payload changes (oslo.versionedobjects)
|
||||
-------------------------------------------
|
||||
|
||||
`oslo.versionedobjects
|
||||
<http://docs.openstack.org/developer/oslo.versionedobjects>`_ is a library that
|
||||
<https://docs.openstack.org/oslo.versionedobjects/latest/>`_ is a library that
|
||||
helps us to maintain compatibility of the payload sent over RPC. As during the
|
||||
process of upgrades it is possible that a newer version of the service will
|
||||
send an object to an older one, it may happen that newer object is incompatible
|
||||
|
@ -81,7 +81,7 @@ execution. To ensure the Cinder tests are picked up when running tempest, run::
|
||||
tox -e all-plugin
|
||||
|
||||
More information about tempest can be found in the `Tempest Documentation
|
||||
<http://docs.openstack.org/developer/tempest/overview.html>`_.
|
||||
<https://docs.openstack.org/tempest/latest/>`_.
|
||||
|
||||
Database Setup
|
||||
~~~~~~~~~~~~~~~
|
||||
@ -106,7 +106,7 @@ You may also use regular expressions to run any matching tests::
|
||||
tox -epy27 -- -r test_volume
|
||||
|
||||
For more information on these options and how to run tests, please see the
|
||||
`ostestr documentation <http://docs.openstack.org/developer/os-testr/>`_.
|
||||
`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_.
|
||||
|
||||
Gotchas
|
||||
-------
|
||||
|
@ -30,8 +30,8 @@ This documentation is generated by the Sphinx toolkit and lives in the source
|
||||
tree. Additional draft and project documentation on Cinder and other components of OpenStack can
|
||||
be found on the `OpenStack wiki`_. Cloud administrators, refer to `docs.openstack.org`_.
|
||||
|
||||
.. _`OpenStack wiki`: http://wiki.openstack.org
|
||||
.. _`docs.openstack.org`: http://docs.openstack.org
|
||||
.. _`OpenStack wiki`: https://wiki.openstack.org/wiki/Main_Page
|
||||
.. _`docs.openstack.org`: https://docs.openstack.org
|
||||
|
||||
|
||||
Installing Cinder
|
||||
@ -86,7 +86,7 @@ found here:
|
||||
API Extensions
|
||||
==============
|
||||
|
||||
Go to http://api.openstack.org for information about Cinder API extensions.
|
||||
Go to https://developer.openstack.org/api-ref/block-storage/ for information about Cinder API extensions.
|
||||
|
||||
Configuration Reference
|
||||
=======================
|
||||
|
Loading…
Reference in New Issue
Block a user