keystone/keystone/common
Steve Martinelli 0f61b11141 Use oslo.log instead of incubator
Most of changes are just replacing

from keystone.openstack.common import log
  with
from oslo_log import log

There are some other specific changes that had to be made
  * Initialize logger in keystone/config.py

Change-Id: I859edb71c434051ffe7f34c16018b738ddb71e3b
2015-02-14 05:34:52 +00:00
..
cache Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
environment Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
kvs Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
ldap Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
sql Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
validation Adds IPv6 url validation support 2014-10-29 17:17:33 -04:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
authorization.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
base64utils.py Increase test coverage of test_base64utils.py 2014-11-12 19:51:09 +00:00
config.py Change oslo.config to oslo_config 2015-02-09 18:10:07 -06:00
controller.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
dependency.py Fix tests using extension drivers 2015-01-07 12:10:57 -06:00
driver_hints.py Refactor driver_hints 2014-05-28 09:17:10 +03:00
extension.py Remove vim header 2014-02-08 23:54:04 +08:00
json_home.py Add V3 JSON Home support to GET / 2014-09-10 16:49:21 -05:00
manager.py Change oslo.utils to oslo_utils 2015-01-30 10:43:03 -06:00
models.py expires_at should be in a tuple not turned into one 2014-03-20 19:26:23 +00:00
openssl.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
pemutils.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
router.py JSON Home data is required 2014-08-28 20:56:28 -05:00
utils.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
wsgi.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00