Glance: Change default bootstrap image to Cirros

The default bootstrap image for glance was Ubuntu 16.04, which was a
>200Mb download, and is not sutiable for testing in low memory
environments. This moves to the Cirros image which is suited to
this sort of usage.

Change-Id: I3c22f961c43ee68c24e23eb6b483c165540337bd
This commit is contained in:
Pete Birley 2017-04-26 16:10:39 -05:00
parent 932f8a9928
commit 983c6c0c74

View File

@ -48,17 +48,17 @@ upgrades:
bootstrap: bootstrap:
enabled: true enabled: true
images: images:
ubuntu_precise64: cirros:
name: "Ubuntu Precise 64-bit" name: "Cirros 0.3.5 64-bit"
source_url: "http://cloud-images.ubuntu.com/precise/current/" source_url: "http://download.cirros-cloud.net/0.3.5/"
image_file: "precise-server-cloudimg-amd64-disk1.img" image_file: "cirros-0.3.5-x86_64-disk.img"
min_disk: 20 min_disk: 1
image_type: qcow2 image_type: qcow2
container_format: bare container_format: bare
private: true private: true
properties: properties:
hypervisor_type: "qemu" hypervisor_type: "qemu"
os_distro: "ubuntu" os_distro: "cirros"
keystone: keystone:
admin_user: "admin" admin_user: "admin"