Temporary change the django_openstack_auth requirement

The new django_openstack_auth version causes gate job issues like:
http://logs.openstack.org/33618/5/gate/gate-tempest-devstack-vm-full/29950/console.html

Temporary disabling the 1.1.0 version.

Change-Id: Ide3546c9d254c1c6106745ab852a211d08a806de
This commit is contained in:
Attila Fazekas 2013-07-10 00:05:39 +02:00
parent 1f71152b4b
commit 2ffe032dbf

View File

@ -3,7 +3,7 @@ pbr>=0.5.16,<0.6
# Horizon Core Requirements
django>=1.4,<1.6
django_compressor>=1.3
django_openstack_auth>=1.0.11
django_openstack_auth>=1.0.11,!=1.1.0
iso8601>=0.1.4
netaddr
python-cinderclient>=1.0.4,<2