summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorSahdev Zala <spzala@us.ibm.com>2013-03-20 16:47:42 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-03-20 18:58:26 -0500
commit53450e29f12a1c1e01c40e79ecdea1be3514b1bf (patch)
treeb4826001bfed18227d4c84d8c97173a6e7ddb73a /tests/_ldap_livetest.py
parentaa58233bd8ba174e07076444b0dc5fdb67f5a5e6 (diff)
downloadkeystone-53450e29f12a1c1e01c40e79ecdea1be3514b1bf.tar.gz
keystone-53450e29f12a1c1e01c40e79ecdea1be3514b1bf.tar.xz
keystone-53450e29f12a1c1e01c40e79ecdea1be3514b1bf.zip
Enable emulation for domains
Fixes bug #1157727 Change-Id: I3760469b8000cfc5fb461bb9ede5d0e140413dd7
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index d6a7a63d..f35e0e8b 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -69,7 +69,7 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
'ou': 'Projects'})
create_object(CONF.ldap.domain_tree_dn,
{'objectclass': 'organizationalUnit',
- 'ou': 'Domain'})
+ 'ou': 'Domains'})
create_object(CONF.ldap.group_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'UserGroups'})