summaryrefslogtreecommitdiffstats
path: root/bin/zsh_functions
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-01-11 09:28:35 -0500
committerKenny Woodson <kwoodson@redhat.com>2016-01-11 09:32:14 -0500
commit407a83b1ceaeb96791edc8424bfccf59cd66c9e0 (patch)
tree7e1b0b3373fff9a192f8389e44d1d688f5bc1959 /bin/zsh_functions
parent6fa4515290d2a44dfc263f70e862b204a72bb5cd (diff)
downloadopenshift-407a83b1ceaeb96791edc8424bfccf59cd66c9e0.tar.gz
openshift-407a83b1ceaeb96791edc8424bfccf59cd66c9e0.tar.bz2
openshift-407a83b1ceaeb96791edc8424bfccf59cd66c9e0.tar.xz
openshift-407a83b1ceaeb96791edc8424bfccf59cd66c9e0.zip
Fixing tab completion for latest metadata changes
Diffstat (limited to 'bin/zsh_functions')
-rw-r--r--bin/zsh_functions/_ossh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/zsh_functions/_ossh b/bin/zsh_functions/_ossh
index e34ca5bd4..65979c58a 100644
--- a/bin/zsh_functions/_ossh
+++ b/bin/zsh_functions/_ossh
@@ -2,7 +2,7 @@
_ossh_known_hosts(){
if [[ -f ~/.ansible/tmp/multi_inventory.cache ]]; then
- print $(/usr/bin/python -c 'import json,os; z = json.loads(open("%s"%os.path.expanduser("~/.ansible/tmp/multi_inventory.cache")).read()); print "\n".join(["%s.%s" % (host["ec2_tag_Name"],host["ec2_tag_env"]) for dns, host in z["_meta"]["hostvars"].items()])')
+ print $(/usr/bin/python -c 'import json,os; z = json.loads(open("%s"%os.path.expanduser("~/.ansible/tmp/multi_inventory.cache")).read()); print "\n".join(["%s.%s" % (host["oo_name"],host["oo_environment"]) for dns, host in z["_meta"]["hostvars"].items()])')
fi
}