Allow venv python interpreter to be overridden

Change-Id: I8a9e586fb2e48eb13b7477e3ead6858cac902688
This commit is contained in:
Jonathan Rosser 2019-09-11 21:02:25 +01:00
parent 990737a70a
commit 43038143e6
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ manila_service_setup_host: "{{ openstack_service_setup_host | default('localhost
# Set installation method.
manila_install_method: "source"
manila_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
manila_git_repo: https://git.openstack.org/openstack/manila
manila_git_install_branch: master

View File

@ -40,6 +40,7 @@
include_role:
name: "python_venv_build"
vars:
venv_python_executable: "{{ manila_venv_python_executable }}"
venv_build_constraints: "{{ manila_git_constraints }}"
venv_build_distro_package_list: "{{ manila_devel_distro_packages }}"
venv_install_destination_path: "{{ manila_bin | dirname }}"