Passthrough enable heat.conf

Adds ability to apply passthrough configuration to the Heat
configuration file, like our other services.

Change-Id: I7e85fd88b3ef5c5c1f3bc7813cf4112c1af20ebf
This commit is contained in:
James Slagle 2014-09-26 08:55:32 -04:00
parent 7608c59da9
commit 011005cfda

View File

@ -681,4 +681,17 @@ auth_uri = http://{{keystone.host}}:5000/v2.0
# Password for Redis server. (optional) (string value)
#password=<None>
{{#heat}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}} = {{{value}}}
{{/option}}
{{/values}}
{{/config}}
{{/heat}}