heat/config-generator.conf
Takashi Kajinami 605b10c31b Add missing oslo.cache options
This change ensures options of the oslo.cache library are included in
heat.conf generated by oslo-config-generator.

Change-Id: I89efa955e9321e246c9d339a6e5a18d44282eca6
2021-08-23 11:34:33 +09:00

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