Skip to content

Commit 7a0fa4f

Browse files
mjozefczyoctozepto
andcommitted
Update cirros image to cirros-0.5.1
New cirros with recent fixes for metadata service has been released. [1] Let's update the image version in gate. This also includes a fix to pass image name to SDK tests. [1] cirros-dev/cirros@e40bcd2 Change-Id: I6ccd646f1c22a99bed0bebf6e363d2190241b667 Co-authored-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
1 parent 54edc7a commit 7a0fa4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

functions-common

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ function write_clouds_yaml {
129129
--os-password $ADMIN_PASSWORD \
130130
--os-system-scope all
131131

132+
cat >> $CLOUDS_YAML <<EOF
133+
functional:
134+
image_name: $DEFAULT_IMAGE_NAME
135+
EOF
136+
132137
# CLean up any old clouds.yaml files we had laying around
133138
rm -f $(eval echo ~"$STACK_USER")/.config/openstack/clouds.yaml
134139
}

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ esac
676676
#IMAGE_URLS="http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz" # old ttylinux-uec image
677677
#IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
678678

679-
CIRROS_VERSION=${CIRROS_VERSION:-"0.4.0"}
679+
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.1"}
680680
CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"}
681681

682682
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of

0 commit comments

Comments
 (0)