summaryrefslogtreecommitdiffstats
path: root/bin/opssh
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-01-29 16:23:34 -0500
committerKenny Woodson <kwoodson@redhat.com>2016-01-29 16:23:34 -0500
commitc44eafff52cf5ac862f3f3f8eee115ee991bc599 (patch)
tree7c6b918bceeaadb4dcfe4061df7d3a7936a26148 /bin/opssh
parent3d72d46b4e5447b80100464da4aa7ac0fa111a3c (diff)
parent303305a3789d65e026db01f318647a036ddfa5ef (diff)
downloadopenshift-c44eafff52cf5ac862f3f3f8eee115ee991bc599.tar.gz
openshift-c44eafff52cf5ac862f3f3f8eee115ee991bc599.tar.bz2
openshift-c44eafff52cf5ac862f3f3f8eee115ee991bc599.tar.xz
openshift-c44eafff52cf5ac862f3f3f8eee115ee991bc599.zip
Merge pull request #1313 from kwoodson/ohi_ips
ohi supports ip now.
Diffstat (limited to 'bin/opssh')
-rwxr-xr-xbin/opssh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/opssh b/bin/opssh
index 7a2ffdb1d..0113e7216 100755
--- a/bin/opssh
+++ b/bin/opssh
@@ -56,9 +56,9 @@ fi
PAR=200
USER=root
TIMEOUT=0
-ARGS=()
ENV=""
HOST_TYPE=""
+
while [ $# -gt 0 ] ; do
case $1 in
-t|--host-type)
@@ -80,7 +80,7 @@ while [ $# -gt 0 ] ; do
;;
--v3)
- OPENSHIFT_VERSION="--v3"
+ OPENSHIFT_VERSION="--v3 --ip"
shift # get past the value of the option
;;