diff --git a/tempest/api/identity/admin/v3/test_oauth_consumers.py b/tempest/api/identity/admin/v3/test_oauth_consumers.py index 062cce5651..7a85f8445b 100644 --- a/tempest/api/identity/admin/v3/test_oauth_consumers.py +++ b/tempest/api/identity/admin/v3/test_oauth_consumers.py @@ -21,6 +21,10 @@ from tempest.lib import exceptions class OAUTHConsumersV3Test(base.BaseIdentityV3AdminTest): + # NOTE: force_tenant_isolation is true in the base class by default but + # overridden to false here to allow test execution for clouds using the + # pre-provisioned credentials provider. + force_tenant_isolation = False def _create_consumer(self): """Creates a consumer with a random description."""