Merge "Update regions tests to work w/ pre-prov"

This commit is contained in:
Zuul 2019-02-12 05:31:25 +00:00 committed by Gerrit Code Review
commit 285a74350e
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ from tempest.lib import decorators
class RegionsTestJSON(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 setup_clients(cls):