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:
Mohammed Naser 2019-03-28 13:00:28 -04:00
parent b9809ef89d
commit 651e084aa1
1 changed files with 1 additions and 5 deletions

View File

@ -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