Switch default virtualenv to python3
Change-Id: Iaced386a7123e2dce1e57b18ac39072bc7eed897
This commit is contained in:
parent
3791237a51
commit
e438420bc8
@ -18,7 +18,7 @@
|
||||
# (c) 2016 Paul Stevens <paul.stevens@is.co.za>
|
||||
|
||||
#python venv executable
|
||||
trove_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
trove_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
# Set the host which will execute the shade modules
|
||||
# for the service setup. The host must already have
|
||||
|
Loading…
x
Reference in New Issue
Block a user