Move swift packages from constraints to requirements
This is necessary to use the new pip resolver Change-Id: I5c22a77fc889b78bad6d1e27f7c631ef4b8a8220
This commit is contained in:
parent
d3f80f734a
commit
baa3dc3578
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user