summaryrefslogtreecommitdiffstats
path: root/build/instack.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-12-15 15:44:01 -0500
committerDan Radez <dradez@redhat.com>2015-12-18 13:29:07 -0500
commitf79e4a1703ba54008e7049b041600546e0482f75 (patch)
treef51fc992680709817d18589bc5b51ae5a9bb002b /build/instack.sh
parent3011039e5e6308a88c28aa912de22f05355e5678 (diff)
Adding network configuration options
- enabling subnet configuration for undercloud - enabling external network configuration Change-Id: Id1951d31faa1a68f850a75e2466d30b8abcea8ac
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-xbuild/instack.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/instack.sh b/build/instack.sh
index 69fec702..48aef0b2 100755
--- a/build/instack.sh
+++ b/build/instack.sh
@@ -113,7 +113,6 @@ else
echo -e "${blue}\rInstack VM has IP $UNDERCLOUD${reset}"
fi
-
# ensure that we can ssh to the undercloud
CNT=10
while ! ssh -T ${SSH_OPTIONS[@]} "root@$UNDERCLOUD" "echo ''" > /dev/null && [ $CNT -gt 0 ]; do