summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorSahdev Zala <spzala@us.ibm.com>2013-07-08 09:51:06 -0500
committerSahdev Zala <spzala@us.ibm.com>2013-07-08 10:05:57 -0500
commit83be2d7a8151940516a59b8e962bf124c6744788 (patch)
treec9c978e5701964a3e4b0ff12879e5da074fa7687 /tests/_ldap_livetest.py
parent6450f75deffa9a63fc77dbf9d4d35ad7e11feaf2 (diff)
downloadkeystone-83be2d7a8151940516a59b8e962bf124c6744788.tar.gz
keystone-83be2d7a8151940516a59b8e962bf124c6744788.tar.xz
keystone-83be2d7a8151940516a59b8e962bf124c6744788.zip
Do not create LDAP Domains sub tree
Since we do not support multiple domains in LDAP, creating Domains sub tree is unnecessary and confusing. Fixes Bug1194204 Change-Id: Ie340fe00bd57675afda58318d858ad2089a17a29
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 0943f8d0..0bd707a4 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -68,9 +68,6 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
create_object(CONF.ldap.tenant_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'Projects'})
- create_object(CONF.ldap.domain_tree_dn,
- {'objectclass': 'organizationalUnit',
- 'ou': 'Domains'})
create_object(CONF.ldap.group_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'UserGroups'})