keystone/keystone/credential
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
..
backends Support the hints mechanism in list_credentials() 2014-08-11 15:35:44 +04:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py Change oslo.serialization to oslo_serialization 2015-02-03 17:05:25 -05:00
core.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
routers.py Change the sub-routers to provide JSON Home data 2014-08-26 09:57:15 -05:00
schema.py Implement validation on Credential V3 2014-08-31 03:41:09 -04:00