Move manila pip packages from constraints to requirements

This is necessary to use the new pip resolver

Change-Id: I78f7cb313da7835d96be95436ae69c0a6d8cfa25
This commit is contained in:
Jonathan Rosser 2021-01-25 10:09:11 +00:00
parent b5aed5c130
commit f404eb46c4

View File

@ -31,7 +31,6 @@ manila_git_repo: https://opendev.org/openstack/manila
manila_git_install_branch: master
manila_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
manila_git_constraints:
- "git+{{ manila_git_repo }}@{{ manila_git_install_branch }}#egg=manila"
- "--constraint {{ manila_upper_constraints_url }}"
manila_pip_install_args: "{{ pip_install_options | default('') }}"
@ -213,7 +212,7 @@ manila_service_in_ldap: "{{ service_ldap_backend_enabled | default(False) }}"
# Common pip packages
manila_pip_packages:
- manila
- "git+{{ manila_git_repo }}@{{ manila_git_install_branch }}#egg=manila"
- python-manilaclient
- cryptography
- ecdsa