Merge "Allow venv python interpreter to be overridden"
This commit is contained in:
commit
1bd52d6a3a
@ -18,6 +18,9 @@
|
||||
# Verbosity Options
|
||||
debug: False
|
||||
|
||||
#python venv executable
|
||||
ironic_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
# Set the host which will execute the shade modules
|
||||
# for the service setup. The host must already have
|
||||
# clouds.yaml properly configured.
|
||||
|
@ -66,6 +66,7 @@
|
||||
import_role:
|
||||
name: "python_venv_build"
|
||||
vars:
|
||||
venv_python_executable: "{{ ironic_venv_python_executable }}"
|
||||
venv_build_constraints: "{{ ironic_git_constraints }}"
|
||||
venv_build_distro_package_list: "{{ ironic_devel_distro_packages }}"
|
||||
venv_install_destination_path: "{{ ironic_bin | dirname }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user