Merge "Update api-ref location"

This commit is contained in:
Zuul 2019-07-30 16:30:28 +00:00 committed by Gerrit Code Review
commit 06acccf446
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',