Switch default virtualenv to python3

Change-Id: I17cd0f7fad5b90516a81bf36030cdb9cdf13f8c9
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:27 +00:00
parent 9c8062fb51
commit 7c799e96e0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ horizon_package_state: "{{ package_state | default('latest') }}"
# Set installation method.
horizon_install_method: "{{ service_install_method | default('source') }}"
horizon_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
horizon_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
horizon_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"