Merge "Allow venv python interpreter to be overridden"
This commit is contained in:
commit
2023c4987b
@ -29,6 +29,7 @@ keystone_pip_package_state: "latest"
|
||||
|
||||
# Set installation method.
|
||||
keystone_install_method: "source"
|
||||
keystone_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
# Role standard API override this option in the OS variable files
|
||||
keystone_shibboleth_repo: {}
|
||||
|
@ -118,6 +118,7 @@
|
||||
import_role:
|
||||
name: "python_venv_build"
|
||||
vars:
|
||||
venv_python_executable: "{{ keystone_venv_python_executable }}"
|
||||
venv_build_constraints: "{{ keystone_git_constraints }}"
|
||||
venv_build_distro_package_list: "{{ keystone_devel_distro_packages }}"
|
||||
venv_install_destination_path: "{{ keystone_bin | dirname }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user