summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChengcheng Mu <chengcheng.mu@amadeus.com>2015-10-01 15:33:32 +0200
committerChengcheng Mu <chengcheng.mu@amadeus.com>2015-10-01 15:33:32 +0200
commit9229927a98389f0dae2abb51e1df971f9457afb3 (patch)
tree0879f45639ba2d70813d177e78316f07e99017a3 /bin
parent79f1aaeea1e3adc8021f2de0b3c7cc2fcb33ef79 (diff)
downloadopenshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.gz
openshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.bz2
openshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.xz
openshift-9229927a98389f0dae2abb51e1df971f9457afb3.zip
oo_option fixed, some clean up
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cluster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cluster b/bin/cluster
index e72ce547c..0e305141f 100755
--- a/bin/cluster
+++ b/bin/cluster
@@ -197,7 +197,7 @@ class Cluster(object):
if args.option:
for opt in args.option:
k, v = opt.split('=', 1)
- env[k] = v
+ env['cli_' + k] = v
ansible_env = '-e \'{}\''.format(
' '.join(['%s=%s' % (key, value) for (key, value) in env.items()])