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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-09 17:42:23 -05:00
parent d8faf2ffc3
commit 7212863d56
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -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: