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:
Jesse Pretorius 2015-12-21 14:32:35 +00:00
parent 87d4320405
commit af55df0f1e

View File

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