Merge "Switch default virtualenv to python3"

This commit is contained in:
Zuul 2021-03-12 16:13:07 +00:00 committed by Gerrit Code Review
commit d0180a8c29

View File

@ -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