From 844d710a48f858533cf67256cd81f051ae35533a Mon Sep 17 00:00:00 2001
From: Justin Riley <justin.t.riley@gmail.com>
Date: Fri, 1 May 2015 12:37:09 -0400
Subject: [PATCH] remove cirros download from post_start in tools/kolla

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

Change-Id: Icb83526c1fbe42b96957dd39ad9e46a1cf450471
---
 tools/kolla | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tools/kolla b/tools/kolla
index 20d72dd283..26bf10ae9e 100755
--- a/tools/kolla
+++ b/tools/kolla
@@ -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"
-- 
GitLab