heat/config-generator.conf
tengqm b05dcd8d06 Fix config generator for oslo.service
Patch #196106 has added oslo.service.service to the config generator
configuration file. However, due to problems in oslo.service, there are
still two modules missing for configuration generation.

This patch adds another two modules that contain config options from the
oslo.service package.

Change-Id: I7bb823f62bf9125bbd9cf071b5acb3f59f997c66
Closes-Bug: 1468955
2015-06-27 05:33:07 -04:00

21 lines
613 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.api.middleware.ssl
namespace = heat.api.aws.ec2token
namespace = keystonemiddleware.auth_token
namespace = oslo.messaging
namespace = oslo.db
namespace = oslo.log
namespace = oslo.policy
namespace = oslo.service.service
namespace = oslo.service.periodic_task
namespace = oslo.service.sslutils