use the cirros img

This commit is contained in:
mattray 2012-10-05 17:18:23 -05:00
parent 70f95d065e
commit f0cf442c47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ override_attributes(
"image_upload" => true,
"images" => ["precise","cirros"],
"image" => {
"cirros" => "http://hypnotoad/cirros-0.3.0-x86_64-uec.tar.gz",
"cirros" => "http://hypnotoad/cirros-0.3.0-x86_64-disk.img",
"precise" => "http://hypnotoad/precise-server-cloudimg-amd64.tar.gz"
}
},