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: Iaab467617fcc7775b425518c1378b907ec7e9003
This commit is contained in:
Andreas Jaeger 2019-07-25 18:11:54 +02:00
parent aa204351a0
commit a8fd4cfa11
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class IdentityService(VersionedService):
major, minor = version.split('.')[:2]
# Enable the domain specific roles feature flag.
# For more information see:
# https://developer.openstack.org/api-ref/identity/v3
# https://docs.openstack.org/api-ref/identity/v3
if major == 'v3' and int(minor) >= 6:
conf.set('identity-feature-enabled',
'forbid_global_implied_dsr',