venv: fix venv build
It seems like we are including a missing file, so remove that. We also aren't using the constraints, so let's do that! Change-Id: Iee30d0ecbcbd6d17517750cc7e5dbb20961b962e
This commit is contained in:
parent
b9809ef89d
commit
651e084aa1
@ -40,6 +40,7 @@
|
||||
include_role:
|
||||
name: "python_venv_build"
|
||||
vars:
|
||||
venv_build_constraints: "{{ manila_git_constraints }}"
|
||||
venv_build_distro_package_list: "{{ manila_devel_distro_packages }}"
|
||||
venv_install_destination_path: "{{ manila_bin | dirname }}"
|
||||
venv_pip_install_args: "{{ manila_pip_install_args }}"
|
||||
@ -53,11 +54,6 @@
|
||||
value: "{{ manila_venv_tag }}"
|
||||
when: manila_install_method == 'source'
|
||||
|
||||
- name: Install manila packages from PIP
|
||||
include_tasks: manila_install_source.yml
|
||||
when:
|
||||
- manila_install_method == 'source'
|
||||
|
||||
- name: Run the systemd service role
|
||||
include_role:
|
||||
name: systemd_service
|
||||
|
Loading…
Reference in New Issue
Block a user