Switch default virtualenv to python3

Change-Id: I9f06225c6a17545683e8bf1113ea0b014745610a
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:29 +00:00
parent a12e134c1c
commit 18b6e16bae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Set installation method
placement_install_method: "{{ service_install_method | default('source') }}"
placement_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
placement_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Set the package install state for distribution packages
# Options are 'present' and 'latest'