From 639549560590af95991378e740d5962492e883bb Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 11 Jun 2020 13:51:57 -0400 Subject: [PATCH] remove ansible_python_interpreter ansible_python_interpreter is now set to auto in the tests repo. it doesn't need to be overwritten in the test anymore. also fix bindep.txt for centos7. Depends-On: https://review.opendev.org/734676/ Change-Id: I9d21ab44bf0d9d19228e6f65439aaea042e288e5 --- bindep.txt | 6 ++++-- tests/host_vars/localhost.yml | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 5a05c5a..f59c70c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -45,8 +45,10 @@ python-devel [platform:rpm] python2-dnf [platform:fedora] # For SELinux -libselinux-python [platform:redhat] -libsemanage-python [platform:redhat] +libselinux-python3 [platform:redhat] +libsemanage-python3 [platform:redhat] +iptables [platform:redhat] + # Required for compressing collected log files in CI gzip diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml index 65ddeaa..95a29c1 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -16,4 +16,3 @@ bridges: - "br-mgmt" -ansible_python_interpreter: "/usr/bin/python2"