Skip to content
Snippets Groups Projects
Commit 54351eba authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

init-runonce: use Cirros 0.4.0 images (aarch64 support got added)

Change-Id: Ia4fbe1f2895593d1f6099f174736e8267b87e8d6
parent c325aadd
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@
# configures networking and nova quotas to allow 40 m1.small instances
# to be created.
IMAGE_URL=http://download.cirros-cloud.net/0.3.5/
IMAGE=cirros-0.3.5-x86_64-disk.img
ARCH=$(uname -m)
IMAGE_URL=http://download.cirros-cloud.net/0.4.0/
IMAGE=cirros-0.4.0-${ARCH}-disk.img
IMAGE_NAME=cirros
IMAGE_TYPE=linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment