commit | b719743889ecdab536177260760beb59de753ddd | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed Jul 15 00:40:43 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Jul 15 00:40:43 2015 +0300 |
tree | 892bf2ced98c0c4b0aa10772a3094ef018885aac | |
parent | 0fdaaee4deedb91c0b12719cf6bdfbae36471b1d [diff] [blame] |
add insecure openstack connection support
diff --git a/scripts/prepare.sh b/scripts/prepare.sh index 1f47f20..5bdd91a 100644 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh
@@ -89,6 +89,9 @@ } function prepare() { + if [ "$OS_INSECURE" -eq "1" ] ; then + fi + lookup_for_objects if [ -z "$img_id" ] ; then