Merge "Switch default virtualenv to python3"

This commit is contained in:
Zuul 2021-03-11 03:06:50 +00:00 committed by Gerrit Code Review
commit 07b1b03cdc
1 changed files with 1 additions and 1 deletions

View File

@ -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