b2b341f470
This restores context passing to the manager layer which was originally included to support auditing / logging (which we haven't supported until now), and was later removed to support caching. However, we don't have any reason to cache the results of authenticate() and it needs to be audited. -dolphm Change-Id: I2d43617f66fa2b23221dcfa4f7e935f64e458e1c Implements: bp audit-event-record DocImpact
31 lines
474 B
Plaintext
31 lines
474 B
Plaintext
# keystone dependencies
|
|
pbr>=0.6,<1.0
|
|
pam>=0.1.4
|
|
WebOb>=1.2.3
|
|
eventlet>=0.13.0
|
|
greenlet>=0.3.2
|
|
netaddr>=0.7.6
|
|
PasteDeploy>=1.5.0
|
|
Paste
|
|
Routes>=1.12.3
|
|
six>=1.4.1
|
|
SQLAlchemy>=0.7.8,<=0.8.99
|
|
sqlalchemy-migrate>=0.8.2
|
|
passlib
|
|
lxml>=2.3
|
|
iso8601>=0.1.8
|
|
python-keystoneclient>=0.5.0
|
|
oslo.config>=1.2.0
|
|
oslo.messaging>=1.3.0a4
|
|
Babel>=1.3
|
|
oauthlib>=0.6
|
|
dogpile.cache>=0.5.0
|
|
jsonschema>=2.0.0,<3.0.0
|
|
pycadf>=0.1.9
|
|
|
|
# KDS exclusive dependencies
|
|
|
|
pecan>=0.2.0
|
|
pycrypto>=2.6
|
|
WSME>=0.5b6
|