Switch default virtualenv to python3

Change-Id: I4f8a1b20fe58269ccc45044c1926755d853d7abe
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:27 +00:00
parent 6407cec182
commit 688f0173dc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ gnocchi_service_setup_host: "{{ openstack_service_setup_host | default('localhos
gnocchi_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default((gnocchi_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable'])) }}"
#venv python version
gnocchi_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
gnocchi_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
#: Enable for debug logging level
debug: false