Remove Horizon django-openstack-auth lower pin
The lower pin for django-openstack-auth is no longer required. Having the lower cap expressed in our requirements overrides the Horizon project's own requirements and the upper constraints file, resulting in the incorrect requirements being built in the repo. Change-Id: Id9d483e1196ce733961ffb0164e078df198abc6d
This commit is contained in:
parent
87d4320405
commit
af55df0f1e
@ -159,7 +159,4 @@ horizon_pip_packages:
|
||||
- pycrypto
|
||||
- python-memcached
|
||||
- python-keystoneclient
|
||||
# This lower cap is to address django openstack auth issues found here:
|
||||
# https://bugs.launchpad.net/openstack-ansible/+bug/1497679
|
||||
# If the Horizon requirements change to a later version, this may be removed.
|
||||
- "django-openstack-auth>=2.0.1"
|
||||
- django-openstack-auth
|
||||
|
Loading…
Reference in New Issue
Block a user