Switch default virtualenv to python3
Change-Id: I0290f78f2eaf763238abdffacea6fd34c75afea8
This commit is contained in:
parent
264f97d87c
commit
f0f23521bc
@ -17,7 +17,7 @@
|
||||
debug: False
|
||||
|
||||
#python venv executable
|
||||
cloudkitty_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
cloudkitty_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…
x
Reference in New Issue
Block a user