Fix sshopts in get_release

This commit is contained in:
f3flight 2016-05-03 21:04:03 +00:00
parent 485a69d91e
commit 05d8cce13b

View File

@ -434,7 +434,7 @@ class Nodes(object):
if (node.node_id != 0) and (node.status == 'ready'):
release, err, code = tools.ssh_node(ip=node.ip,
command=cmd,
ssh_opts=node.sshopts,
ssh_opts=node.ssh_opts,
timeout=node.timeout)
if code != 0:
logging.warning("get_release: node: %s: %s" %