Comment 1 for bug 933234

Revision history for this message
Fabrice A. Marie (0-fabrice) 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)