243d4ad7ef
auth_token middleware in python-keystoneclient is deprecated and has been moved to the keystonemiddleware repo. test_keystone_middleware_conf and test_keystone_middleware_parse_conffile were removed. These tests were relying on undocumented behavior (how the config options turn into attributes). This doesn't work anymore since the keystonemiddleware version doesn't provide any public API other than calling it as a wsgi app, and then doesn't document what internal operations it will do when called so isn't safe to be called in unit tests. Tests verifying that the auth_token middleware can read its config options should be done in keystonemiddleware. Closes-Bug: #1342274 Change-Id: I1aadbe24db63eb2507b088cd53886d7f2e192cab
38 lines
757 B
Plaintext
38 lines
757 B
Plaintext
alembic>=0.6.4
|
|
anyjson>=0.3.3
|
|
argparse
|
|
croniter>=0.3.4 # MIT License
|
|
eventlet>=0.13.0
|
|
happybase>=0.5,!=0.7
|
|
iso8601>=0.1.9
|
|
jsonpath-rw>=1.2.0,<2.0
|
|
jsonschema>=2.0.0,<3.0.0
|
|
keystonemiddleware>=1.0.0
|
|
lockfile>=0.8
|
|
lxml>=2.3
|
|
msgpack-python>=0.4.0
|
|
netaddr>=0.7.6
|
|
oslo.config>=1.2.1
|
|
oslo.vmware>=0.4 # Apache-2.0
|
|
PasteDeploy>=1.5.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
pecan>=0.5.0
|
|
posix_ipc
|
|
oslo.messaging>=1.3.0
|
|
pysnmp>=4.2.1,<5.0.0
|
|
python-ceilometerclient>=1.0.6
|
|
python-glanceclient>=0.13.1
|
|
python-keystoneclient>=0.9.0
|
|
python-neutronclient>=2.3.5,<3
|
|
python-novaclient>=2.17.0
|
|
python-swiftclient>=2.0.2
|
|
pytz>=2010h
|
|
PyYAML>=3.1.0
|
|
requests>=1.1
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
|
|
sqlalchemy-migrate>=0.9.1
|
|
stevedore>=0.14
|
|
WebOb>=1.2.3
|
|
WSME>=0.6
|