From 7b383f131df1e7a7dcf503096a5298a046574b46 Mon Sep 17 00:00:00 2001 From: Sirushti Murugesan Date: Sat, 9 May 2015 12:41:59 +0530 Subject: [PATCH] Update cirros version This now matches the version that is included in DevStack. Change-Id: I41eafc754bb2a3591e7352ee817dce3aff992db2 Closes-Bug: #1453357 --- heat_integrationtests/prepare_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 2ed2d22372..e75103f4e5 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -34,6 +34,6 @@ nova flavor-create m1.heat_micro 453 128 0 1 glance image-create --name fedora-heat-test-image --disk-format qcow2 --container-format bare --is-public True --location http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2 iniset heat_integrationtests.conf DEFAULT image_ref fedora-heat-test-image iniset heat_integrationtests.conf DEFAULT boot_config_env $DEST/heat-templates/hot/software-config/boot-config/test_image_env.yaml -iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.2-x86_64-uec +iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.4-x86_64-uec cat heat_integrationtests.conf