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:
parent
d8faf2ffc3
commit
7212863d56
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user