diff options
author | James Combs <cornracker@gmail.com> | 2015-06-29 15:21:05 +0000 |
---|---|---|
committer | James Combs <cornracker@gmail.com> | 2015-07-24 21:58:07 +0000 |
commit | 02ce8a85c280fb02f78bf59bba4fad606b17c222 (patch) | |
tree | 825299f333bbae114b52170b6e8af66387a47c72 /heat_integrationtests/pre_test_hook.sh | |
parent | 40f900005e6a2d67a4412a8a9932362cd47c8879 (diff) | |
download | heat-02ce8a85c280fb02f78bf59bba4fad606b17c222.tar.gz |
Adding functional integration test for encrypted parameters.
Change-Id: Ie32e3681cf860ee62296f7daea1836f6eb65542f
Diffstat (limited to 'heat_integrationtests/pre_test_hook.sh')
-rwxr-xr-x | heat_integrationtests/pre_test_hook.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index 326d386ad..851dc7b9f 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -34,4 +34,5 @@ echo -e 'hidden_stack_tags=hidden\n' >> $localconf echo -e '[heat_api]\nworkers=1\n' >> $localconf echo -e '[heat_api_cfn]\nworkers=1\n' >> $localconf echo -e '[heat_api_cloudwatch]\nworkers=1' >> $localconf +echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf |