From b701c30e62f005f0b1f4dc1a7753e00b24601bc4 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 11 Jun 2020 13:51:58 -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. Depends-On: https://review.opendev.org/734676/ Change-Id: I08b449ebbb2658c02f9f2d69ff3d7c4372d24376 --- tests/host_vars/localhost.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml index 6bd597c..32eaee7 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -20,7 +20,6 @@ neutron_provider_networks: neutron_local_ip: 10.1.2.1 -ansible_python_interpreter: "/usr/bin/python2" bridges: - name: "br-mgmt"