Switch default virtualenv to python3

Change-Id: I6d5edd4fd8f3db0839fc1ce3cad8832730ece696
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:28 +00:00
parent 0d76e90d10
commit 9dcf91047c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ debug: False
# clouds.yaml properly configured.
masakari_service_setup_host: "{{ openstack_service_setup_host | default('localhost') }}"
masakari_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default((masakari_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable'])) }}"
masakari_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
masakari_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Set the package install state for distribution packages
# Options are 'present' and 'latest'