Switch default virtualenv to python3
Change-Id: Ie5286f3a59c553ed17f44c4fd5d3cb425b364e3e
This commit is contained in:
@@ -31,7 +31,7 @@ designate_package_state: "{{ package_state | default('latest') }}"
|
||||
|
||||
# Set installation method.
|
||||
designate_install_method: "{{ service_install_method | default('source') }}"
|
||||
designate_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
designate_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
## The git source/branch
|
||||
designate_git_repo: https://opendev.org/openstack/designate
|
||||
|
Reference in New Issue
Block a user