all-in-one: export SCENARIO variable

Export the variable so we make sure other dependencies, like
run_tests.sh will read it correctly.

Change-Id: I51d9692e0d57c7ccd607631103e433c6d2ef0eba
This commit is contained in:
Emilien Macchi 2015-12-04 12:17:00 -05:00
parent b4a39fdcca
commit 9cfe3147a2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ rm -rf /tmp/puppet-openstack-integration
git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration
cd /tmp/puppet-openstack-integration
SCENARIO=scenario003
export SCENARIO=scenario003
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions