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

This commit is contained in:
Zuul 2019-03-17 21:49:00 +00:00 committed by Gerrit Code Review
commit 2fc8547672
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ CONF = config.CONF
class InheritsV3TestJSON(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 skip_checks(cls):