Merge "Default CIRROS_ARCH to host arch"

This commit is contained in:
Zuul 2022-02-22 16:45:51 +00:00 committed by Gerrit Code Review
commit 2462893787
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ esac
#IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.2"}
CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"}
CIRROS_ARCH=${CIRROS_ARCH:-$(uname -m)}
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of
# which may be set in ``local.conf``. Also allow ``DEFAULT_IMAGE_NAME`` and