Switch default virtualenv to python3
Change-Id: I12e24fbdd00638fef09c90594f757d4848a087e7
This commit is contained in:
parent
e844e8adfc
commit
46d3096ddb
@ -24,7 +24,7 @@ octavia_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_
|
|||||||
|
|
||||||
# Set installation method.
|
# Set installation method.
|
||||||
octavia_install_method: "{{ service_install_method | default('source') }}"
|
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
|
## Allow TLS listener
|
||||||
octavia_tls_listener_enabled: True
|
octavia_tls_listener_enabled: True
|
||||||
|
Loading…
Reference in New Issue
Block a user