From 1cf858d4511bb7f5ca0f850f6cb1186c412267ee Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 10 Jul 2014 17:21:32 -0500 Subject: [PATCH] Add keystonemiddleware to requirements Keystone middleware has been split. Keystone ec2_token middleware has been included in the new repository. Keystone will depend on the keystonemiddleware package and import ec2_token instead of providing duplicated code. Change-Id: I10534c1ca9883b9f98c998a6cb61e500f6c6ff2d bp: split-middleware --- requirements-py3.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements-py3.txt b/requirements-py3.txt index 06673790f4..cd584763c8 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -15,6 +15,7 @@ passlib lxml>=2.3 iso8601>=0.1.9 python-keystoneclient>=0.9.0 +keystonemiddleware oslo.config>=1.2.1 # oslo.messaging tries to pull in eventlet # oslo.messaging>=1.3.0 diff --git a/requirements.txt b/requirements.txt index 9e15492355..16f68fc438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ passlib lxml>=2.3 iso8601>=0.1.9 python-keystoneclient>=0.9.0 +keystonemiddleware oslo.config>=1.2.1 oslo.messaging>=1.3.0 oslo.db>=0.2.0 # Apache-2.0