Merge "Fix check in test for exising cirros image"

This commit is contained in:
Zuul 2017-10-24 18:52:24 +00:00 committed by Gerrit Code Review
commit cb5b8d3e85
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sudo systemctl restart snap.glance.*
while ! nc -z localhost 9292; do sleep 0.1; done;
openstack image show xenial || {
openstack image show cirros || {
[ -f $HOME/images/cirros-0.3.5-x86_64-disk.img ] || {
export http_proxy=$SNAPSTACK_HTTP_PROXY
mkdir -p $HOME/images