Merge "Allow venv python interpreter to be overridden"
This commit is contained in:
commit
e21c769538
@ -45,6 +45,7 @@ nova_pip_package_state: "latest"
|
||||
|
||||
# Set installation method.
|
||||
nova_install_method: "source"
|
||||
nova_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
nova_git_repo: https://git.openstack.org/openstack/nova
|
||||
nova_git_install_branch: master
|
||||
|
@ -42,6 +42,7 @@
|
||||
import_role:
|
||||
name: "python_venv_build"
|
||||
vars:
|
||||
venv_python_executable: "{{ nova_venv_python_executable }}"
|
||||
venv_build_constraints: "{{ nova_git_constraints }}"
|
||||
venv_build_distro_package_list: "{{ nova_devel_distro_packages }}"
|
||||
venv_install_destination_path: "{{ nova_bin | dirname }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user