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
| ... | ... |
@@ -273,6 +273,9 @@ function configure_tempest() {
|
| 273 | 273 |
iniset $TEMPEST_CONF orchestration heat_available "True" |
| 274 | 274 |
fi |
| 275 | 275 |
|
| 276 |
+ # Scenario |
|
| 277 |
+ iniset $TEMPEST_CONF scenario img_dir "$FILES/images/cirros-0.3.1-x86_64-uec" |
|
| 278 |
+ |
|
| 276 | 279 |
# Volume |
| 277 | 280 |
CINDER_MULTI_LVM_BACKEND=$(trueorfalse False $CINDER_MULTI_LVM_BACKEND) |
| 278 | 281 |
if [ $CINDER_MULTI_LVM_BACKEND == "True" ]; then |