From 82f6445a2482a2f581f6aa3bb8c9ca6ade8b13a7 Mon Sep 17 00:00:00 2001 From: termie Date: Thu, 22 Dec 2011 15:20:55 -0800 Subject: make create_tenant work for keystone api --- tests/test_keystoneclient_compat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_keystoneclient_compat.py b/tests/test_keystoneclient_compat.py index 9ad01b17..1c64ddb3 100644 --- a/tests/test_keystoneclient_compat.py +++ b/tests/test_keystoneclient_compat.py @@ -61,6 +61,7 @@ class MasterCompatTestCase(CompatTestCase): self.extras_bar_foo = self.identity_backend.create_extras( self.user_foo['id'], self.tenant_bar['id'], dict(roles=[], + is_admin='1', roles_links=[])) # def test_authenticate(self): -- cgit