deb-heat/config-generator.conf
Sergey Vilgelm a390b54371 Use right oslo.service entry points
Use oslo.service.service entry point to generate a sample configuration
file. oslo.service library doesn't have an oslo.service entry point.

Change-Id: Ibb6872dd8e19ec15d72a174d94ca64b7aa489d36
Closes-Bug: 1468955
2015-06-26 17:22:18 +02:00

19 lines
540 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