Switch default virtualenv to python3

Change-Id: I54153709f0a41b0421491c591efeaeef2c160dcc
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:27 +00:00
parent 489c169874
commit 5c7d93a817

View File

@ -28,7 +28,7 @@ keystone_package_state: "{{ package_state | default('latest') }}"
# Set installation method.
keystone_install_method: "{{ service_install_method | default('source') }}"
keystone_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
keystone_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Centos shibboleth repository options
keystone_centos_shibboleth_mirror: "http://download.opensuse.org/repositories/security:/shibboleth/CentOS_7/"