70112c103a
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
19 lines
576 B
Plaintext
19 lines
576 B
Plaintext
[DEFAULT]
|
|
output_file = etc/heat/heat.conf.sample
|
|
wrap_width = 79
|
|
namespace = heat.common.config
|
|
namespace = heat.common.crypt
|
|
namespace = heat.common.heat_keystoneclient
|
|
namespace = heat.common.wsgi
|
|
namespace = heat.engine.clients
|
|
namespace = heat.engine.notification
|
|
namespace = heat.engine.resources
|
|
namespace = heat.openstack.common.eventlet_backdoor
|
|
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
|