fix: added env vars for master node

This commit is contained in:
adobdin 2016-08-16 07:13:44 +00:00
parent 9e9a5eb86d
commit 52ccf1f4a2
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.15.7'
version = '1.15.8'
if __name__ == '__main__':
import sys

View File

@ -370,7 +370,7 @@ class Node(object):
outs, errs, code = tools.ssh_node(ip=self.ip,
command=cmd,
ssh_opts=self.ssh_opts,
env_vars='',
env_vars=self.env_vars,
timeout=timeout,
prefix=self.prefix)
if code == 124: