summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-12-22 15:20:55 -0800
committertermie <github@anarkystic.com>2011-12-22 15:20:55 -0800
commit82f6445a2482a2f581f6aa3bb8c9ca6ade8b13a7 (patch)
tree22fa37b8c72210ca39ca3f82bfdc0319f9ca26ce /tests
parent29e13366ea2b16624be6213bedd3d0cca4063374 (diff)
downloadkeystone-82f6445a2482a2f581f6aa3bb8c9ca6ade8b13a7.tar.gz
keystone-82f6445a2482a2f581f6aa3bb8c9ca6ade8b13a7.tar.xz
keystone-82f6445a2482a2f581f6aa3bb8c9ca6ade8b13a7.zip
make create_tenant work for keystone api
Diffstat (limited to 'tests')
-rw-r--r--tests/test_keystoneclient_compat.py1
1 files changed, 1 insertions, 0 deletions
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):