Switch default virtualenv to python3

Change-Id: I2d33757ad418977894de205899baa219865fc124
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:29 +00:00
parent 6e0ac66be3
commit e856ad62da

View File

@ -14,7 +14,7 @@
# limitations under the License.
#python venv executable
rally_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
rally_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Set the package install state for distribution and pip packages
# Options are 'present' and 'latest'