Switch default virtualenv to python3
Change-Id: I752d3219172d04cb4ee0f962098b790b6820aae6
This commit is contained in:
parent
ae6c72997c
commit
36c09b5a9d
@ -18,7 +18,7 @@ debug: False
|
||||
|
||||
# Set installation method
|
||||
glance_install_method: "{{ service_install_method | default('source') }}"
|
||||
glance_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
glance_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