Bump cirros version

The current version is quite old. Let's use the version currently used
in devstack jobs.

Change-Id: Iada429df4d7aa5ba360e00c99c5c2e5fff4e53fc
This commit is contained in:
Takashi Kajinami 2024-01-09 14:59:30 +09:00
parent f989cf07b6
commit 7562653f38
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ rm -rf /tmp/cirros
mkdir /tmp/cirros
export CIRROS_ARCH="$(uname -p)"
export CIRROS_VERSION="0.5.1"
export CIRROS_VERSION=${CIRROS_VERSION:-"0.6.2"}
if [ -f ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz ]; then
tar -xzvf ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz -C /tmp/cirros/