Allow venv python interpreter to be overridden
Change-Id: I9d189e9e2efa18d2ee5977495deadeab1107cd47
This commit is contained in:
parent
bc372732b8
commit
abd30c19ca
@ -45,6 +45,7 @@ nova_pip_package_state: "latest"
|
|||||||
|
|
||||||
# Set installation method.
|
# Set installation method.
|
||||||
nova_install_method: "source"
|
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_repo: https://git.openstack.org/openstack/nova
|
||||||
nova_git_install_branch: master
|
nova_git_install_branch: master
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
import_role:
|
import_role:
|
||||||
name: "python_venv_build"
|
name: "python_venv_build"
|
||||||
vars:
|
vars:
|
||||||
|
venv_python_executable: "{{ nova_venv_python_executable }}"
|
||||||
venv_build_constraints: "{{ nova_git_constraints }}"
|
venv_build_constraints: "{{ nova_git_constraints }}"
|
||||||
venv_build_distro_package_list: "{{ nova_devel_distro_packages }}"
|
venv_build_distro_package_list: "{{ nova_devel_distro_packages }}"
|
||||||
venv_install_destination_path: "{{ nova_bin | dirname }}"
|
venv_install_destination_path: "{{ nova_bin | dirname }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user