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:
parent
c1ae401823
commit
844d710a48
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user