summaryrefslogtreecommitdiff
path: root/config-generator.conf
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-02-13 17:15:07 +0000
committerSteven Hardy <shardy@redhat.com>2015-02-17 09:23:34 +0000
commit70112c103a8c73081145567deff642c313a7879c (patch)
tree83f269294326e6fd1c8a4c438cb42533e781f4b1 /config-generator.conf
parent521c2f6a39086aebcc0f6cb86f1fdf8f508c89f6 (diff)
downloadheat-70112c103a8c73081145567deff642c313a7879c.tar.gz
Move logging to use oslo_log library
The oslo-incubator log modlule has been removed, so port to the oslo_log library. Note this uses the new (non namespaced, e.g oslo.log) import convention, we'll need to align other imports in a future commit. Some import reordering was required due to pedantic H30[57] checks, and the services have all been converted to initialize the oslo_log library as this is done differently to the log.py in incubator. Change-Id: Ib5a97123fe1b287bc531e42d7887c13ba6205628
Diffstat (limited to 'config-generator.conf')
-rw-r--r--config-generator.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generator.conf b/config-generator.conf
index e33b646c1..9b09325b4 100644
--- a/config-generator.conf
+++ b/config-generator.conf
@@ -9,10 +9,10 @@ namespace = heat.engine.clients
namespace = heat.engine.notification
namespace = heat.engine.resources
namespace = heat.openstack.common.eventlet_backdoor
-namespace = heat.openstack.common.log
namespace = heat.openstack.common.policy
namespace = heat.api.middleware.ssl
namespace = heat.api.aws.ec2token
namespace = keystonemiddleware.auth_token
namespace = oslo.messaging
namespace = oslo.db
+namespace = oslo.log