605b10c31b
This change ensures options of the oslo.cache library are included in heat.conf generated by oslo-config-generator. Change-Id: I89efa955e9321e246c9d339a6e5a18d44282eca6
22 lines
660 B
Plaintext
22 lines
660 B
Plaintext
[DEFAULT]
|
|
output_file = etc/heat/heat.conf.sample
|
|
wrap_width = 79
|
|
namespace = heat.common.config
|
|
namespace = heat.common.context
|
|
namespace = heat.common.crypt
|
|
namespace = heat.engine.clients.os.keystone.heat_keystoneclient
|
|
namespace = heat.common.wsgi
|
|
namespace = heat.engine.clients
|
|
namespace = heat.engine.notification
|
|
namespace = heat.engine.resources
|
|
namespace = heat.api.aws.ec2token
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware
|
|
namespace = oslo.cache
|
|
namespace = oslo.log
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.service
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.sslutils
|