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 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: I17c97cb7655bdedc3927f4883b45ba4dcfc55516
This commit is contained in:
Andreas Jaeger 2019-07-22 18:46:16 +02:00
parent 9bb432c30d
commit 15609a11bd
5 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ API
To learn how to use Glance's API, consult the documentation available To learn how to use Glance's API, consult the documentation available
online at: online at:
* `Image Service APIs <https://developer.openstack.org/api-ref/image/>`_ * `Image Service APIs <https://docs.openstack.org/api-ref/image/>`_
Developers Developers
---------- ----------

View File

@ -461,9 +461,9 @@ You will need to configure 'glance-image-import.conf' file as shown below:
.. _glance-api.conf: https://opendev.org/openstack/glance/src/branch/master/etc/glance-api.conf .. _glance-api.conf: https://opendev.org/openstack/glance/src/branch/master/etc/glance-api.conf
.. _glance-image-import.conf.sample: https://opendev.org/openstack/glance/src/branch/master/etc/glance-image-import.conf.sample .. _glance-image-import.conf.sample: https://opendev.org/openstack/glance/src/branch/master/etc/glance-image-import.conf.sample
.. _`Image Import Refactor`: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html .. _`Image Import Refactor`: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html
.. _`Image Service API reference`: https://developer.openstack.org/api-ref/image/ .. _`Image Service API reference`: https://docs.openstack.org/api-ref/image/
.. _`Inject metadata properties automatically to non-admin images`: https://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/inject-automatic-metadata.html .. _`Inject metadata properties automatically to non-admin images`: https://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/inject-automatic-metadata.html
.. _`Interoperable Image Import`: https://developer.openstack.org/api-ref/image/v2/index.html#interoperable-image-import .. _`Interoperable Image Import`: https://docs.openstack.org/api-ref/image/v2/index.html#interoperable-image-import
.. _OSSN-0078: https://wiki.openstack.org/wiki/OSSN/OSSN-0078 .. _OSSN-0078: https://wiki.openstack.org/wiki/OSSN/OSSN-0078
.. _`Stevedore`: https://docs.openstack.org/stevedore .. _`Stevedore`: https://docs.openstack.org/stevedore
.. _`Taskflow`: https://docs.openstack.org/taskflow .. _`Taskflow`: https://docs.openstack.org/taskflow

View File

@ -38,12 +38,12 @@ easy to find answers to.
Each project's API Reference Guide is published to: Each project's API Reference Guide is published to:
- ``https://developer.openstack.org/api-ref/$service-type`` - ``https://docs.openstack.org/api-ref/$service-type``
For example, the Glance Image Service API Reference guide is For example, the Glance Image Service API Reference guide is
published to: published to:
- ``https://developer.openstack.org/api-ref/image`` - ``https://docs.openstack.org/api-ref/image``
Where to Contribute Where to Contribute
------------------- -------------------
@ -83,7 +83,7 @@ which you may want to contribute:
* OpenStack API Reference * OpenStack API Reference
There's a "quick reference" guide to the APIs implemented by Glance: There's a "quick reference" guide to the APIs implemented by Glance:
http://developer.openstack.org/api-ref/image/ https://docs.openstack.org/api-ref/image/
The guide is generated from source files in the source code tree under The guide is generated from source files in the source code tree under
``api-ref/source``. Corrections in spelling or typographical errors may be ``api-ref/source``. Corrections in spelling or typographical errors may be

View File

@ -93,7 +93,7 @@ Pick the documents that best match your user profile.
* :doc:`configuration/index` * :doc:`configuration/index`
* - | **End User** or **Third-party Developer** * - | **End User** or **Third-party Developer**
| You want to use the Image Service APIs provided by Glance. | You want to use the Image Service APIs provided by Glance.
- * `Image Service API Reference <https://developer.openstack.org/api-ref/image/>`_ - * `Image Service API Reference <https://docs.openstack.org/api-ref/image/>`_
* `Image Service API Guide <https://specs.openstack.org/openstack/glance-specs/specs/api/v2/image-api-v2.html>`_ * `Image Service API Guide <https://specs.openstack.org/openstack/glance-specs/specs/api/v2/image-api-v2.html>`_
* :doc:`user/index` * :doc:`user/index`
* - **Everyone** * - **Everyone**

View File

@ -126,7 +126,7 @@ commands =
[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.
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt