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

This commit is contained in:
Zuul 2019-02-12 08:46:51 +00:00 committed by Gerrit Code Review
commit 00b8a6c204
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ CONF = config.CONF
class ProjectsTestJSON(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
@decorators.idempotent_id('0ecf465c-0dc4-4532-ab53-91ffeb74d12d')
def test_project_create_with_description(self):