Merge "Switch default virtualenv to python3"

This commit is contained in:
Zuul 2021-03-10 15:17:59 +00:00 committed by Gerrit Code Review
commit 6bda49b680
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ octavia_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_
# Set installation method.
octavia_install_method: "{{ service_install_method | default('source') }}"
octavia_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
octavia_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
## Allow TLS listener
octavia_tls_listener_enabled: True