diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-01-15 09:43:46 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-01-15 09:43:46 +0800 |
commit | 3883c8521ff02dc75c377970b8cae271538fdb42 (patch) | |
tree | 479e6b5f454e2ea50c8ab9d73733c2fbfbb55924 /doctor_tests/installer/apex.py | |
parent | f106c5a12724c684d747cf7f309f0ccc8b86cc61 (diff) |
fix the pep8 check
Change-Id: I91b8b6cd07d859a1d1abdc25f015a3c3b2756fab
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'doctor_tests/installer/apex.py')
-rw-r--r-- | doctor_tests/installer/apex.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doctor_tests/installer/apex.py b/doctor_tests/installer/apex.py index aaacb385..90304a27 100644 --- a/doctor_tests/installer/apex.py +++ b/doctor_tests/installer/apex.py @@ -96,13 +96,13 @@ class ApexInstaller(BaseInstaller): def setup_stunnel(self): self.log.info('Setup ssh stunnel in controller nodes' - ' in Apex installer......') + 'in Apex installer......') for node_ip in self.controllers: cmd = ("ssh -o UserKnownHostsFile=/dev/null" - "-o StrictHostKeyChecking=no" - "-i %s %s@%s -R %s:localhost:%s" - "sleep 600 > ssh_tunnel.%s.log" - "2>&1 < /dev/null &" + " -o StrictHostKeyChecking=no" + " -i %s %s@%s -R %s:localhost:%s" + " sleep 600 > ssh_tunnel.%s.log" + " 2>&1 < /dev/null &" % (self.key_file, self.node_user_name, node_ip, |