From c61c5e28cc629c65166bcff2d974a622310f32b5 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Fri, 2 Nov 2012 15:10:43 -0700 Subject: [PATCH] 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 --- run_tests.sh | 2 +- tools/pip-requires | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 4535ba19c..a4c53d8a2 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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 { diff --git a/tools/pip-requires b/tools/pip-requires index 08d53a63e..2ec44e3a1 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -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