commit | 5fd44fff0ae26b2b9471a5ce98124c9a72a3b67d | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Wed Jun 10 14:52:49 2015 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Wed Jun 10 14:52:49 2015 -0400 |
tree | c5795c5250b2addafcd9b3d50f6820163faf262d | |
parent | c29146dec9df8d07f10982e871735a4e1b7fff0d [diff] |
Use ssh pipelining
diff --git a/xos/openstack_observer/ansible.py b/xos/openstack_observer/ansible.py old mode 100644 new mode 100755 index 5b6bd1d..b53dd98 --- a/xos/openstack_observer/ansible.py +++ b/xos/openstack_observer/ansible.py
@@ -155,6 +155,7 @@ f.write("[ssh_connection]\n") f.write('ssh_args = -o "%s" -o StrictHostKeyChecking=no\n' % proxy_command) f.write('scp_if_ssh = True\n') + f.write('pipelining = True\n') f.close() f = open(hosts_pathname, "w")