Switch default virtualenv to python3

Change-Id: Iaced386a7123e2dce1e57b18ac39072bc7eed897
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:29 +00:00
parent 3791237a51
commit e438420bc8
1 changed files with 1 additions and 1 deletions

View File

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