Update/add/remove images

* remove Fedora-x86_64-20-20131211.1-sda, Fedora-x86_64-20-20140618-sda
  is already availabe because Heat is enabled
  (https://github.com/openstack-dev/devstack/blob/master/stackrc#L450)
* update version of CirrOS, latest version is 0.3.3
* add current Trusty image (trusty-server-cloudimg-amd64-disk1)

Change-Id: I3dc3a35724fca4fa98559eef275c1b3d818825d9
This commit is contained in:
Christian Berendt 2014-09-20 11:46:45 +02:00
parent 4a29af6db4
commit f06427dd28
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ enable_service ceilometer-acompute
# configure images provided on glance (manager)
IMAGE_URLS="http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz"
IMAGE_URLS+=",https://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2"
IMAGE_URLS="http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-uec.tar.gz"
IMAGE_URLS+=",https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img"
IMAGE_URLS+=",https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img"
# configure ceilometer (manager)