diff --git a/tools/kolla b/tools/kolla
index 20d72dd283f5e704a6de4c89cffbc8e0038c99d4..26bf10ae9ed2c882d06d7af7126b15029f0e1f9c 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"