Switch Centos virtualenvs to python3
Change-Id: Ibb48f7848c529b5fd2a41c61e28282819238fbe9
This commit is contained in:
parent
174df6c505
commit
535f0bbda5
@ -469,5 +469,5 @@ openstack_user_kernel_options:
|
||||
|
||||
#python3
|
||||
## OpenStack service python version
|
||||
openstack_venv_python_executable: "{{ (ansible_distribution == 'CentOS') | ternary('python2', 'python3') }}"
|
||||
openstack_venv_python_executable: "python3"
|
||||
uwsgi_python_executable: "{{ openstack_venv_python_executable }}"
|
||||
|
Loading…
Reference in New Issue
Block a user