yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03625
[Bug 1185555] Re: Debug statement breaks live ldap
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => havana-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1185555
Title:
Debug statement breaks live ldap
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
def search_s(self, dn, scope, query, attrlist=None):
if LOG.isEnabledFor(logging.DEBUG):
LOG.debug(_(
'LDAP search: dn=%(dn)s, scope=%(scope)s, query=%(query)s, '
'attrs=%(attrs)s') % {
'dn': dn,
'scope': scope,
'query': query,
'attrlist': attrlist})
breaks the live ldap test with'key error'... attrs vs attrlist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1185555/+subscriptions