From fa5df8d5c9745e1fba2e28d8c32ce0c3b64576fb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 20:47:57 +0200 Subject: [PATCH] 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 --- openstack/baremetal/v1/_proxy.py | 2 +- openstack/compute/v2/_proxy.py | 2 +- openstack/tests/fakes.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openstack/baremetal/v1/_proxy.py b/openstack/baremetal/v1/_proxy.py index 01754b3d7..c79afa9f2 100644 --- a/openstack/baremetal/v1/_proxy.py +++ b/openstack/baremetal/v1/_proxy.py @@ -281,7 +281,7 @@ class Proxy(proxy.Proxy): a normal code and should not be retried. See `Update Node - `_ + `_ for details. :returns: The updated node. diff --git a/openstack/compute/v2/_proxy.py b/openstack/compute/v2/_proxy.py index 1aabbdfb9..bf1cd119f 100644 --- a/openstack/compute/v2/_proxy.py +++ b/openstack/compute/v2/_proxy.py @@ -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. """ diff --git a/openstack/tests/fakes.py b/openstack/tests/fakes.py index 18129f14f..fc3033072 100644 --- a/openstack/tests/fakes.py +++ b/openstack/tests/fakes.py @@ -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,