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
This commit is contained in:
Andreas Jaeger 2019-07-22 18:30:23 +02:00
parent b9436bbded
commit b43c0a32c0
1 changed files with 1 additions and 1 deletions

View File

@ -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