commit | 7a0fa4fd9e5db7253fee0820fc002703d43bca3c | [log] [tgz] |
---|---|---|
author | Maciej Józefczyk <mjozefcz@redhat.com> | Thu Mar 05 16:55:50 2020 +0100 |
committer | Radosław Piliszek <radoslaw.piliszek@gmail.com> | Tue May 26 16:08:19 2020 +0000 |
tree | c3c8ecd2b681d96bca0e9c2df304d973e3604dfc | |
parent | 54edc7aeef97df768477b5fa14f8fc45266a9c2e [diff] [blame] |
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] https://github.com/cirros-dev/cirros/pull/11/commits/e40bcd2964aa496a9d03e1aaf95cf7a86938f129 Change-Id: I6ccd646f1c22a99bed0bebf6e363d2190241b667 Co-authored-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
diff --git a/functions-common b/functions-common index f50ff56..dea5aa9 100644 --- a/functions-common +++ b/functions-common
@@ -129,6 +129,11 @@ --os-password $ADMIN_PASSWORD \ --os-system-scope all + cat >> $CLOUDS_YAML <<EOF +functional: + image_name: $DEFAULT_IMAGE_NAME +EOF + # CLean up any old clouds.yaml files we had laying around rm -f $(eval echo ~"$STACK_USER")/.config/openstack/clouds.yaml }