Use default cirros image defined in cookbook

Not need to respecify image in env when already
done in cookcook.

Change-Id: Ib674ec5f331109ac26c1d49e45b17f9a650e2616
This commit is contained in:
Mark Vanderwiel
2016-04-07 09:29:14 -05:00
parent 3e552c99bb
commit 07193a0c25
4 changed files with 4 additions and 28 deletions

View File

@@ -22,13 +22,7 @@
}
},
"image": {
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
"image_upload": true
},
"compute": {
"conf": {

View File

@@ -29,13 +29,7 @@
}
},
"image": {
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
"image_upload": true
},
"compute": {
"conf": {

View File

@@ -40,13 +40,7 @@
}
},
"image": {
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
"image_upload": true
},
"compute": {
"novnc_proxy": {

View File

@@ -77,13 +77,7 @@
"registry": {
"bind_interface": "eth1"
},
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
"image_upload": true
},
"compute": {
"enabled_apis": "ec2,osapi_compute",