Merge "Update v3 identity group tests to work w/ pre-prov"

This commit is contained in:
Zuul 2019-02-19 08:56:09 +00:00 committed by Gerrit Code Review
commit 83e12b67c1
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ CONF = config.CONF
class GroupsV3TestJSON(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
@classmethod
def resource_setup(cls):