Merge "Update v3 oauth consumers tests to work w/ pre-prov"

This commit is contained in:
Zuul 2019-01-23 02:36:37 +00:00 committed by Gerrit Code Review
commit ccdd729aaf

View File

@ -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."""