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: I30a51394d396cc89f647b4170d6a2e6b0b993dcb
This commit is contained in:
Andreas Jaeger 2019-07-22 18:24:39 +02:00
parent 2bf53975a6
commit daddf516bf
7 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ Project resources
* Source: https://opendev.org/openstack/ironic
* Bugs: https://storyboard.openstack.org/#!/project/943
* Wiki: https://wiki.openstack.org/wiki/Ironic
* APIs: https://developer.openstack.org/api-ref/baremetal/index.html
* APIs: https://docs.openstack.org/api-ref/baremetal/index.html
* Release Notes: https://docs.openstack.org/releasenotes/ironic/
Project status, bugs, and requests for feature enhancements (RFEs) are tracked

View File

@ -105,7 +105,7 @@ higher::
PUT /v1/nodes/<node_ident>/states/provision
(Additional information is available `here <https://developer.openstack.org/api-ref/baremetal/index.html?expanded=change-node-provision-state-detail#change-node-provision-state>`_.)
(Additional information is available `here <https://docs.openstack.org/api-ref/baremetal/index.html?expanded=change-node-provision-state-detail#change-node-provision-state>`_.)
This API will allow operators to put a node directly into ``cleaning``
provision state from ``manageable`` state via 'target': 'clean'.

View File

@ -178,7 +178,7 @@ single step:
}
Further information on this API is available `here
<https://developer.openstack.org/api-ref/baremetal/index.html?expanded=create-deploy-template-detail#create-deploy-template>`__.
<https://docs.openstack.org/api-ref/baremetal/index.html?expanded=create-deploy-template-detail#create-deploy-template>`__.
Creating a deploy template via "openstack baremetal" client
-----------------------------------------------------------

View File

@ -12,7 +12,7 @@ API. The desired RAID configuration is applied on the bare metal during manual
cleaning.
The examples described here use the OpenStackClient CLI; please see the
`REST API reference <https://developer.openstack.org/api-ref/baremetal/>`_
`REST API reference <https://docs.openstack.org/api-ref/baremetal/>`_
for their corresponding REST API requests.
Prerequisites

View File

@ -174,7 +174,7 @@ API endpoints for RAM disk use
------------------------------
There are `two (unauthorized) endpoints
<https://developer.openstack.org/api-ref/baremetal/#utility>`_ in the
<https://docs.openstack.org/api-ref/baremetal/#utility>`_ in the
Bare Metal API that are intended for use by the ironic-python-agent RAM disk.
They are not intended for public use.

View File

@ -74,7 +74,7 @@ guide as well as more detailed reference documentation.
:maxdepth: 1
API Concept Guide <contributor/webapi>
API Reference (latest) <https://developer.openstack.org/api-ref/baremetal/>
API Reference (latest) <https://docs.openstack.org/api-ref/baremetal/>
API Version History <contributor/webapi-version-history>
Command References

View File

@ -40,7 +40,7 @@ class NeutronDHCPApi(base.BaseDHCP):
Update one or more DHCP options on the specified port.
For the relevant API spec, see
https://developer.openstack.org/api-ref/network/v2/index.html#update-port
https://docs.openstack.org/api-ref/network/v2/index.html#update-port
:param port_id: designate which port these attributes
will be applied to.