Switch default virtualenv to python3
Change-Id: Idfeaf2127fe2888b081b01d45dca5a3f85fc97f8
This commit is contained in:
parent
69845d63a0
commit
1dda1bda7d
@ -40,7 +40,7 @@ neutron_package_state: "{{ package_state | default('latest') }}"
|
||||
|
||||
# Set installation method.
|
||||
neutron_install_method: "{{ service_install_method | default('source') }}"
|
||||
neutron_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
neutron_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
###
|
||||
### Python code details
|
||||
|
Loading…
x
Reference in New Issue
Block a user