Merge "Update v3 project tests to work w/ pre-prov"
This commit is contained in:
commit
00b8a6c204
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user