From 3ebdf8fb720af4aaa6beed39f105cf40d941da58 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 28 Jan 2015 15:54:44 +0100 Subject: [PATCH] Add the new Debian Jessie image to the setup.sh script Change-Id: I14d9e167d8a63a2632f6ca973699e942df6ca180 --- files/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/setup.sh b/files/setup.sh index 2a412cb..104e9f8 100644 --- a/files/setup.sh +++ b/files/setup.sh @@ -6,6 +6,7 @@ glance image-create --name "Fedora 21" --disk-format qcow2 --container-format ba glance image-create --name "Ubuntu 14.04" --disk-format qcow2 --container-format bare --is-public True --copy https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img glance image-create --name "CentOS 7" --disk-format qcow2 --container-format bare --is-public True --copy http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud.qcow2 glance image-create --name "Cirros 0.3.3" --disk-format qcow2 --container-format bare --is-public True --copy http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img +glance image-create --name "Debian Jessie" --disk-format qcow2 --container-format bare --is-public True --copy http://cdimage.debian.org/cdimage/openstack/testing/debian-testing-openstack-amd64.qcow2 nova secgroup-add-rule default tcp 22 22 0.0.0.0/0 nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 nova keypair-add --pub_key /home/vagrant/.ssh/id_rsa.pub default