keystone/keystone/token
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
..
persistence Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
providers Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
__init__.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
controllers.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
core.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
provider.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00