Comment 2 for bug 933234

Revision history for this message
Joseph Heck (heckj) wrote : Re: [Bug 933234] Re: keystone fails to start.

Chuck - when did you hit this bug? I thought I recall a patch last week that resolved exactly this.

-joe

On Feb 19, 2012, at 10:16 PM, "Fabrice A. Marie" <email address hidden> wrote:

> Try this patch. Works for me.
>
>
> --- a/keystone/config.py
> +++ b/keystone/config.py
> @@ -20,6 +20,7 @@ import os
>
> from keystone.common import cfg
> from keystone.common import logging
> +import logging.config
>
>
> gettext.install('keystone', unicode=1)
>
> --
> You received this bug notification because you are a member of Keystone
> Bugs, which is subscribed to Keystone.
> https://bugs.launchpad.net/bugs/933234
>
> Title:
> keystone fails to start.
>
> Status in OpenStack Identity (Keystone):
> New
>
> Bug description:
> When starting keysone, I get the following traceback:
>
> root@kenny:/etc/keystone# keystone-all --config-file=/etc/keystone/keystone.conf -d
> Traceback (most recent call last):
> File "/usr/bin/keystone-all", line 56, in <module>
> config.setup_logging(CONF)
> File "/usr/lib/python2.7/dist-packages/keystone/config.py", line 71, in setup_logging
> logging.config.fileConfig(conf.log_config)
> AttributeError: 'module' object has no attribute 'config'
> root@kenny:/etc/keystone#
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/keystone/+bug/933234/+subscriptions