From b43c0a32c049d056db07bd79f8063515925fd9f8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 18:30:23 +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: Ie4c3d26404a22791a9cbd2e6f14f822e7e5a6d13 --- magnum/api/http_error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/api/http_error.py b/magnum/api/http_error.py index 1246e3dfeb..87a763594c 100644 --- a/magnum/api/http_error.py +++ b/magnum/api/http_error.py @@ -53,7 +53,7 @@ class HTTPNotAcceptableAPIVersion(exc.HTTPNotAcceptable): except ValueError: pass - links = {'rel': 'help', 'href': 'http://developer.openstack.org' + links = {'rel': 'help', 'href': 'http://docs.openstack.org' '/api-guide/compute/microversions.html'} err['max_version'] = self.max_version