Switch default virtualenv to python3

Change-Id: I54431e16051227f075a501f597d8fed9f84480bc
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:28 +00:00
parent 2ecd74897e
commit c090e774f7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Installation method
mistral_install_method: "{{ service_install_method | default('source') }}"
mistral_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
mistral_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Operating system user & groups
mistral_system_user_name: mistral