Move swift packages from constraints to requirements

This is necessary to use the new pip resolver

Change-Id: I5c22a77fc889b78bad6d1e27f7c631ef4b8a8220
This commit is contained in:
Jonathan Rosser 2021-01-25 10:31:19 +00:00
parent d3f80f734a
commit baa3dc3578

View File

@ -40,7 +40,6 @@ swift_git_install_branch: master
swift_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
swift_git_constraints:
- "git+{{ swift_git_repo }}@{{ swift_git_install_branch }}#egg=swift"
- "--constraint {{ swift_upper_constraints_url }}"
swift_pip_install_args: "{{ pip_install_options | default('') }}"
@ -313,7 +312,7 @@ swift_pip_packages:
- pymemcache
- python-memcached
- python-swiftclient
- swift
- "git+{{ swift_git_repo }}@{{ swift_git_install_branch }}#egg=swift"
- systemd-python
# Memcached override