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:
parent
9bb432c30d
commit
15609a11bd
@ -36,7 +36,7 @@ API
|
||||
To learn how to use Glance's API, consult the documentation available
|
||||
online at:
|
||||
|
||||
* `Image Service APIs <https://developer.openstack.org/api-ref/image/>`_
|
||||
* `Image Service APIs <https://docs.openstack.org/api-ref/image/>`_
|
||||
|
||||
Developers
|
||||
----------
|
||||
|
@ -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-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 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
|
||||
.. _`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
|
||||
.. _`Stevedore`: https://docs.openstack.org/stevedore
|
||||
.. _`Taskflow`: https://docs.openstack.org/taskflow
|
||||
|
@ -38,12 +38,12 @@ easy to find answers 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
|
||||
published to:
|
||||
|
||||
- ``https://developer.openstack.org/api-ref/image``
|
||||
- ``https://docs.openstack.org/api-ref/image``
|
||||
|
||||
Where to Contribute
|
||||
-------------------
|
||||
@ -83,7 +83,7 @@ which you may want to contribute:
|
||||
* OpenStack API Reference
|
||||
|
||||
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
|
||||
``api-ref/source``. Corrections in spelling or typographical errors may be
|
||||
|
@ -93,7 +93,7 @@ Pick the documents that best match your user profile.
|
||||
* :doc:`configuration/index`
|
||||
* - | **End User** or **Third-party Developer**
|
||||
| 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>`_
|
||||
* :doc:`user/index`
|
||||
* - **Everyone**
|
||||
|
2
tox.ini
2
tox.ini
@ -126,7 +126,7 @@ commands =
|
||||
[testenv:api-ref]
|
||||
basepython = python3
|
||||
# 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 =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user