Switch default virtualenv to python3

Change-Id: Idfeaf2127fe2888b081b01d45dca5a3f85fc97f8
This commit is contained in:
Jonathan Rosser 2021-03-10 08:59:04 +00:00
parent 69845d63a0
commit 1dda1bda7d

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