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:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user