From 87a5f1add5cab225ae026c2239e8454575d3138f Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 26 Jan 2023 11:55:58 +0100 Subject: [PATCH] Bump cirros to version 0.6.1 Use latest cirros available Change-Id: I916b96d1386d3b1f090df11a7a8d2ef70fe22559 --- devstack/tools/ironic/scripts/cirros-partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/tools/ironic/scripts/cirros-partition.sh b/devstack/tools/ironic/scripts/cirros-partition.sh index 40c87b19e9..facf9b0304 100755 --- a/devstack/tools/ironic/scripts/cirros-partition.sh +++ b/devstack/tools/ironic/scripts/cirros-partition.sh @@ -8,7 +8,7 @@ if [[ "$VERBOSE" == True ]]; then guestfish_args="--verbose" fi -CIRROS_VERSION=${CIRROS_VERSION:-0.5.2} +CIRROS_VERSION=${CIRROS_VERSION:-0.6.1} CIRROS_ARCH=${CIRROS_ARCH:-x86_64} # TODO(dtantsur): use the image cached on infra images in the CI DISK_URL=http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img