Skip to content
Snippets Groups Projects
Commit cb67758e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 5f0a709d 54351eba
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
# configures networking and nova quotas to allow 40 m1.small instances # configures networking and nova quotas to allow 40 m1.small instances
# to be created. # to be created.
IMAGE_URL=http://download.cirros-cloud.net/0.3.5/ ARCH=$(uname -m)
IMAGE=cirros-0.3.5-x86_64-disk.img IMAGE_URL=http://download.cirros-cloud.net/0.4.0/
IMAGE=cirros-0.4.0-${ARCH}-disk.img
IMAGE_NAME=cirros IMAGE_NAME=cirros
IMAGE_TYPE=linux 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