summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-21 12:22:33 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-21 12:22:33 -0500
commit5792bbd9d6138006573f7e4364dae92c44a85e70 (patch)
tree50746b48b33c8568d763b4048ccf26cfe73df21b
parent8d2b8e6457d5ae0ed1136091cb8c143a96abd614 (diff)
Add missing space to error msg
Change-Id: I782045e4ec58a4ff69be70256e57ab474243113d
-rw-r--r--keystone/common/ldap/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/ldap/core.py b/keystone/common/ldap/core.py
index 7113fbbb..543d90fb 100644
--- a/keystone/common/ldap/core.py
+++ b/keystone/common/ldap/core.py
@@ -444,7 +444,7 @@ class LdapWrapper(object):
if use_tls:
if not ldap.TLS_AVAIL:
- raise ValueError(_('Invalid LDAP TLS_AVAIL option: %s. TLS'
+ raise ValueError(_('Invalid LDAP TLS_AVAIL option: %s. TLS '
'not available') % ldap.TLS_AVAIL)
if tls_cacertfile:
#NOTE(topol)