Skip to content

Commit

Permalink
Use py3 for venvs for all OS
Browse files Browse the repository at this point in the history
Depends-On: https://review.opendev.org/700162
Depends-On: https://review.opendev.org/700160
Depends-On: https://review.opendev.org/700225
Change-Id: Iab09ec3b79cd2a82c8887aa70a49b82a89ea184c
  • Loading branch information
Dmitriy Rabotyagov authored and Dmitriy Rabotyagov (noonedeadpunk) committed Dec 20, 2019
1 parent 2224cf1 commit d7a0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/group_vars/all/all.yml
Expand Up @@ -23,7 +23,7 @@ openstack_config_dir: "{{ lookup('env', 'OSA_CONFIG_DIR') | default('/etc/openst
openstack_clone_root: "{{ (lookup('env', 'OSA_CLONE_ROOT') | default('/opt/openstack-ansible', true)) }}"

## OpenStack service python version
openstack_venv_python_executable: "{{ (ansible_distribution == 'CentOS') | ternary('python2', 'python3') }}"
openstack_venv_python_executable: "python3"

#uwsgi venv deploys the same python version as OpenStack service venv
uwsgi_python_executable: "{{ openstack_venv_python_executable }}"
Expand Down

0 comments on commit d7a0538

Please sign in to comment.