Switch default virtualenv to python3
Change-Id: I17cd0f7fad5b90516a81bf36030cdb9cdf13f8c9
This commit is contained in:
parent
9c8062fb51
commit
7c799e96e0
@ -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')) }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user