yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04475
[Bug 1221130] Re: format string missing object type in keystone
this is not a bug, because it is a str.find, not string formatting,
please use other example to comfirm this bug
** Changed in: keystone
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1221130
Title:
format string missing object type in keystone
Status in OpenStack Identity (Keystone):
Invalid
Bug description:
I have found some errors in keystone like below:
if CONF.logging_exception_prefix.find('%(asctime)') != -1:
The correct code should be
if CONF.logging_exception_prefix.find('%(asctime)s') != -1:
I will make a collection of this kind of bugs in keystone and fix
them.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1221130/+subscriptions