summaryrefslogtreecommitdiffstats
path: root/bin/ossh
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-30 17:50:08 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-30 17:50:08 -0400
commit4665eaefa2ae5c734da282869b53ed234f69d311 (patch)
tree73152042f29406e20a6dd41c0b83f8f34c7b8681 /bin/ossh
parent1ba0619575f23e880d431ec2a15b9c02bfc5e3a9 (diff)
parent24ce165d9ca662f9a0438e658197ff41fd02ae03 (diff)
downloadopenshift-4665eaefa2ae5c734da282869b53ed234f69d311.tar.gz
openshift-4665eaefa2ae5c734da282869b53ed234f69d311.tar.bz2
openshift-4665eaefa2ae5c734da282869b53ed234f69d311.tar.xz
openshift-4665eaefa2ae5c734da282869b53ed234f69d311.zip
Merge pull request #127 from twiest/pr
created a python package named openshift_ansible
Diffstat (limited to 'bin/ossh')
-rwxr-xr-xbin/ossh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ossh b/bin/ossh
index 134f4c46a..c16ea6eda 100755
--- a/bin/ossh
+++ b/bin/ossh
@@ -2,13 +2,14 @@
# vim: expandtab:tabstop=4:shiftwidth=4
import argparse
-import awsutil
import traceback
import sys
import os
import re
import ConfigParser
+from openshift_ansible import awsutil
+
CONFIG_MAIN_SECTION = 'main'
CONFIG_INVENTORY_OPTION = 'inventory'