Fix pre_test_hook.sh encryption setting

Currently option to encrypt parameters is being put in wrong config
section.

Depends-On: I3d8d54fa7441c95fc3de5354f80ce2e7e2ba7054
Change-Id: Iec34be7918358e0d32bab5eb298d2d8b2cce8e0a
This commit is contained in:
Pavlo Shchelokovskyy 2015-08-03 16:03:44 +00:00
parent f3101bf9e4
commit 47dc1d6126
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ echo -e 'notification_driver=messagingv2\n' >> $localconf
echo -e 'num_engine_workers=2\n' >> $localconf
echo -e 'plugin_dirs=$HEAT_DIR/heat_integrationtests/common/test_resources\n' >> $localconf
echo -e 'hidden_stack_tags=hidden\n' >> $localconf
echo -e 'encrypt_parameters_and_properties=True\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
echo -e '[heat_api_cloudwatch]\nworkers=1\n' >> $localconf