remove cirros download from post_start in tools/kolla

The cirros image download and creation now happens in
tools/init-runonce.

Change-Id: Icb83526c1fbe42b96957dd39ad9e46a1cf450471
This commit is contained in:
Justin Riley 2015-05-01 12:37:09 -04:00
parent c1ae401823
commit 844d710a48

View File

@ -66,12 +66,6 @@ function pre_start {
}
function post_start {
IMAGE_URL=http://download.cirros-cloud.net/0.3.3/
IMAGE=cirros-0.3.3-x86_64-disk.img
if ! [ -f "$IMAGE" ]; then
curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE
fi
until keystone user-list | grep glance
do
echo "Waiting for OpenStack services to become available"