From 24d866ef45698454b31801b29719f612e7ac70a2 Mon Sep 17 00:00:00 2001 From: William Marshall Date: Tue, 2 Jul 2013 12:26:31 -0500 Subject: [PATCH] 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 --- lib/tempest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tempest b/lib/tempest index 8b4ae0e725..0c91ac7f8a 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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