commit | f236b9c9fe4d1a29b32a0ac4a76d0dc69e8364c4 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed Jun 24 18:17:22 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Jun 24 18:17:22 2015 +0300 |
tree | 0573959a0f71a66c7eca1edff354b99bf5e0f475 | |
parent | f95cfc1ab83aa12cac1382b03794b8b1418ce839 [diff] |
temporary commit
diff --git a/scripts/prepare.sh b/scripts/prepare.sh index c9be2f5..e8813f1 100644 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh
@@ -97,7 +97,7 @@ IMAGE_FILE="/tmp/${IMAGE_NAME}.qcow" if [ ! -f "$IMAGE_FILE" ] ; then - curl "$IMAGE_URL" -o "$IMAGE_FILE" + curl "$IMAGE_URL" -o "$IMAGE_FILE" >/dev/null fi opts="--disk-format qcow2 --container-format bare --is-public true" glance image-create --name "$IMAGE_NAME" $opts --file "$IMAGE_FILE" >/dev/null