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
This commit is contained in:
Morgan Fainberg 2014-07-10 17:21:32 -05:00
parent b3f9a5ff2c
commit 1cf858d451
2 changed files with 2 additions and 0 deletions

View File

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

View File

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