Comment 1 for bug 1917422

Revision history for this message
Rabi Mishra (rabi) wrote : Re: [train][c7] AttributeError: 'module' object has no attribute 'run' is failing on c7 train sc004

Python 2.7 which this job uses does not have 'subprocess.run'[1], 'subprocess.call' should be used instead.

[1] https://github.com/openstack/tripleo-ansible/blob/stable/train/tripleo_ansible/ansible_plugins/modules/tripleo_diff_exec.py#L114