From a8fd4cfa11cfc2c147b5281efb0e1092f3700cc7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 25 Jul 2019 18:11:54 +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: Iaab467617fcc7775b425518c1378b907ec7e9003 --- config_tempest/services/identity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_tempest/services/identity.py b/config_tempest/services/identity.py index 6a9780e1..15ba31be 100644 --- a/config_tempest/services/identity.py +++ b/config_tempest/services/identity.py @@ -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',