Skip to content
Snippets Groups Projects
Commit 844d710a authored by Justin Riley's avatar Justin Riley
Browse files

remove cirros download from post_start in tools/kolla

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

Change-Id: Icb83526c1fbe42b96957dd39ad9e46a1cf450471
parent c1ae4018
No related branches found
No related tags found
No related merge requests found
...@@ -66,12 +66,6 @@ function pre_start { ...@@ -66,12 +66,6 @@ function pre_start {
} }
function post_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 until keystone user-list | grep glance
do do
echo "Waiting for OpenStack services to become available" echo "Waiting for OpenStack services to become available"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment