summaryrefslogtreecommitdiffstats
path: root/bin/opssh
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-03-30 17:46:21 -0400
committerThomas Wiest <twiest@redhat.com>2015-03-30 17:47:09 -0400
commit24ce165d9ca662f9a0438e658197ff41fd02ae03 (patch)
tree73152042f29406e20a6dd41c0b83f8f34c7b8681 /bin/opssh
parent1ba0619575f23e880d431ec2a15b9c02bfc5e3a9 (diff)
downloadopenshift-24ce165d9ca662f9a0438e658197ff41fd02ae03.tar.gz
openshift-24ce165d9ca662f9a0438e658197ff41fd02ae03.tar.bz2
openshift-24ce165d9ca662f9a0438e658197ff41fd02ae03.tar.xz
openshift-24ce165d9ca662f9a0438e658197ff41fd02ae03.zip
created a python package named openshift_ansible
Diffstat (limited to 'bin/opssh')
-rwxr-xr-xbin/opssh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/opssh b/bin/opssh
index d64096fd4..d8137fb20 100755
--- a/bin/opssh
+++ b/bin/opssh
@@ -2,7 +2,6 @@
# vim: expandtab:tabstop=4:shiftwidth=4
import argparse
-import awsutil
import traceback
import sys
import os
@@ -12,6 +11,8 @@ import time
import subprocess
import ConfigParser
+from openshift_ansible import awsutil
+
DEFAULT_PSSH_PAR = 200
PSSH = '/usr/bin/pssh'
CONFIG_MAIN_SECTION = 'main'