amend heat template instance creation script
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / env_preparation.sh
index 9bad405..692af41 100755 (executable)
@@ -8,7 +8,7 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-set -e
+set -ex
 
 RELENG_REPO=https://gerrit.opnfv.org/gerrit/releng
 RELENG_REPO_DIR=/tmp/opnfvrepo/releng
@@ -47,3 +47,4 @@ if [ "$INSTALLER_TYPE" == "fuel" ]; then
 fi
 
 export EXTERNAL_NET INSTALLER_TYPE POD_NAME
+set +ex