Merge "Allow venv python interpreter to be overridden"
This commit is contained in:
commit
05147868f4
@ -24,6 +24,7 @@ octavia_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_
|
||||
|
||||
# Set installation method.
|
||||
octavia_install_method: "source"
|
||||
octavia_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
## Octavia standalone (v2)
|
||||
octavia_v2: True
|
||||
|
@ -27,6 +27,7 @@
|
||||
import_role:
|
||||
name: "python_venv_build"
|
||||
vars:
|
||||
venv_python_executable: "{{ octavia_venv_python_executable }}"
|
||||
venv_build_constraints: "{{ octavia_git_constraints }}"
|
||||
venv_build_distro_package_list: "{{ octavia_devel_distro_packages }}"
|
||||
venv_install_destination_path: "{{ octavia_bin | dirname }}"
|
||||
|
Loading…
Reference in New Issue
Block a user