Enforce use of latest django_openstack_auth for PKI compat.

The latest django_openstack_auth supports PKI-signed tokens by
using Keystone's "is_ans1_token" function to determine if PKI
tokens are in use and react approriately if so.

Fixes bug 1071865

Change-Id: I62ba6370de829345d3214d80011a58e4ac6cd218
This commit is contained in:
Gabriel Hurley 2012-11-02 15:10:43 -07:00
parent 4c05d9ff12
commit c61c5e28cc
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=27
environment_version=28
#--------------------------------------------------------#
function usage {

View File

@ -1,7 +1,7 @@
# Horizon Core Requirements
Django>=1.4
django_compressor
django_openstack_auth
django_openstack_auth>=1.0.3
python-cinderclient
python-glanceclient<2
python-keystoneclient