Switch default virtualenv to python3
Change-Id: Ib44b9f40f3b707662efb652ca760af700a5d7317
This commit is contained in:
parent
9c93bfa12a
commit
1c65e2fcca
@ -27,7 +27,7 @@ zun_ceilometer_enabled: "{{ (groups['ceilometer_all'] is defined) and (groups['c
|
||||
debug: False
|
||||
|
||||
#python venv executable
|
||||
zun_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
zun_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
# Set the host which will execute the shade modules
|
||||
# for the service setup. The host must already have
|
||||
|
Loading…
Reference in New Issue
Block a user