diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-29 19:07:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-29 19:07:00 +0000 |
| commit | 6cd87dba1bd042bf39731ce516bb100e88b67a21 (patch) | |
| tree | a22a6f7266254431471b5bbc4c4a6d9d3a9f23ca | |
| parent | 7ce56d5f45f7112f0b25061473e64145fc840c98 (diff) | |
| parent | 5792bbd9d6138006573f7e4364dae92c44a85e70 (diff) | |
| download | keystone-6cd87dba1bd042bf39731ce516bb100e88b67a21.tar.gz keystone-6cd87dba1bd042bf39731ce516bb100e88b67a21.tar.xz keystone-6cd87dba1bd042bf39731ce516bb100e88b67a21.zip | |
Merge "Add missing space to error msg"
| -rw-r--r-- | keystone/common/ldap/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/ldap/core.py b/keystone/common/ldap/core.py index b9b8d08b..2ef0feb4 100644 --- a/keystone/common/ldap/core.py +++ b/keystone/common/ldap/core.py @@ -451,7 +451,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) |
