From 7212863d568a41a79b080c2c8de0eabaae61520d Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 9 Feb 2018 17:42:23 -0500 Subject: [PATCH] Default nodepool_pip_executable to pip3 for testing There is no more python2 support for nodepool, switch to using pip3 to install it by default. Change-Id: I9daf4c6e78c4069e6eb949cc89b2b76452b3a42f Signed-off-by: Paul Belanger --- tests/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.yaml b/tests/test.yaml index 06decce..a6a0b72 100644 --- a/tests/test.yaml +++ b/tests/test.yaml @@ -16,6 +16,7 @@ vars: nodepool_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/nodepool" nodepool_git_update: false + nodepool_pip_executable: pip3 rolename: ansible-role-nodepool roles: