Switch default virtualenv to python3

Change-Id: I5bc095b4ebcfa7e69ce34e058a438b10ec60a07a
This commit is contained in:
Jonathan Rosser 2021-01-25 10:31:19 +00:00
parent 3c16888e1a
commit 3459f10c27
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