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: I6724a292def5e0c392e42529116a43d39c990cb8
This commit is contained in:
Andreas Jaeger 2019-07-22 20:47:57 +02:00
parent 6a26687245
commit fa5df8d5c9
3 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ class Proxy(proxy.Proxy):
a normal code and should not be retried.
See `Update Node
<https://developer.openstack.org/api-ref/baremetal/?expanded=update-node-detail#update-node>`_
<https://docs.openstack.org/api-ref/baremetal/?expanded=update-node-detail#update-node>`_
for details.
:returns: The updated node.

View File

@ -487,7 +487,7 @@ class Proxy(proxy.Proxy):
``True``, will cause instances with full data to be returned.
:param kwargs query: Optional query parameters to be sent to limit
the servers being returned. Available parameters can be seen
under https://developer.openstack.org/api-ref/compute/#list-servers
under https://docs.openstack.org/api-ref/compute/#list-servers
:returns: A generator of server instances.
"""

View File

@ -159,7 +159,7 @@ def make_fake_server(
def make_fake_keypair(name):
# Note: this is literally taken from:
# https://developer.openstack.org/api-ref/compute/
# https://docs.openstack.org/api-ref/compute/
return {
"fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd",
"name": name,