Add pass-through support for tempest element

Introduce support for pass-through on tempest.conf.

Change-Id: I89be1374407d75f09aad08ca4981c4b855b3c0c9
This commit is contained in:
Andrea Frittoli
2014-12-08 23:18:45 +00:00
parent c15162c12d
commit 471bbaa46f

View File

@@ -0,0 +1,17 @@
# Pass-through enabled configuration file, suitable for use with
# the existing bin/run-tempest script.
{{#tempest}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}}={{{value}}}
{{/option}}
{{/values}}
{{/config}}
{{/tempest}}