config.set('object-storage', 'operator_role',
CONST.__getattribute__('tempest_object_storage_operator_role'))
- if (identity_api_version == '3'):
+ if CONST.__getattribute__('OS_ENDPOINT_TYPE') is not None:
config.set('identity', 'v3_endpoint_type',
CONST.__getattribute__('OS_ENDPOINT_TYPE'))
+
+ if (identity_api_version == '3'):
config.set('identity-feature-enabled', 'api_v2', False)
- config.set('identity-feature-enabled', 'api_v2_admin', False)
if CONST.__getattribute__('OS_ENDPOINT_TYPE') is not None:
sections = config.sections()