Switch Centos virtualenvs to python3

Change-Id: Ibb48f7848c529b5fd2a41c61e28282819238fbe9
This commit is contained in:
Jonathan Rosser 2020-02-24 10:11:29 +00:00 committed by Mohammed Naser
parent 174df6c505
commit 535f0bbda5
1 changed files with 1 additions and 1 deletions

View File

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