Switch default virtualenv to python3
Change-Id: I5bc095b4ebcfa7e69ce34e058a438b10ec60a07a
This commit is contained in:
parent
3c16888e1a
commit
3459f10c27
@ -32,7 +32,7 @@ swift_package_state: "{{ package_state | default('latest') }}"
|
||||
|
||||
# Set installation method.
|
||||
swift_install_method: "{{ service_install_method | default('source') }}"
|
||||
swift_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
swift_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
# Git repo details for swift
|
||||
swift_git_repo: https://opendev.org/openstack/swift
|
||||
|
Loading…
Reference in New Issue
Block a user