Set the scenario/img_dir option for tempest.conf

The default value does not work unless devstack is installed in
/opt/stack/new/devstack. This patch changes the img_dir option to point
to the correct install location.

Change-Id: Iea41d209dad10b2f9a7c97efd55c39a8d29347cc
This commit is contained in:
William Marshall 2013-07-02 12:26:31 -05:00 committed by Daniel L Jones
parent 16bfac4e76
commit 24d866ef45

View File

@ -273,6 +273,9 @@ function configure_tempest() {
iniset $TEMPEST_CONF orchestration heat_available "True"
fi
# Scenario
iniset $TEMPEST_CONF scenario img_dir "$FILES/images/cirros-0.3.1-x86_64-uec"
# Volume
CINDER_MULTI_LVM_BACKEND=$(trueorfalse False $CINDER_MULTI_LVM_BACKEND)
if [ $CINDER_MULTI_LVM_BACKEND == "True" ]; then