commit | 592ec9d397a02e1c0f9211dba6a7e91b483d1d8d | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Tue Nov 19 16:17:59 2019 +0100 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Tue Nov 19 16:19:59 2019 +0100 |
tree | 3a8c59ba8900ff44ca63cdaaa902fe58eb98bfdd | |
parent | cb763141d1cc3e618c3147318eb3992fe91b6962 [diff] |
Use python 3 on all nodes in multinode job In neutron-tempest-plugin-dvr-multinode-scenario we had the same problem as described in [1] for tempest multinode jobs. It was using python 3 on controller node but python 2 on all subnodes. This patch changes that to use python3 on all nodes. [1] https://bugs.launchpad.net/tempest/+bug/1853004 Change-Id: I9ef4daa821342d7462121a8bbde217ff5e0d7e9a Related-Bug: #1853004