Merge "Move set -ex to occur before activate_venv"

This commit is contained in:
Zuul 2017-12-15 06:11:53 +00:00 committed by Gerrit Code Review
commit efcbd7488c
1 changed files with 2 additions and 2 deletions

View File

@ -467,10 +467,10 @@ print_logo
echo "Installing OpenStack ${OPT_RELEASE:+"$OPT_RELEASE "}on host $VIRTHOST"
echo "Using directory $OPT_WORKDIR for a local working directory"
activate_venv
set -ex
activate_venv
export ANSIBLE_CONFIG=$OOOQ_DIR/ansible.cfg
export ANSIBLE_INVENTORY=$OPT_WORKDIR/hosts
export ARA_DATABASE="sqlite:///${OPT_WORKDIR}/ara.sqlite"