e6db2cf978
Add a mapping implementation for the federation extension. This will allow a set of rules to be added, that map relationships between identity providers and keystone api spec: https://review.openstack.org/#/c/59848/ Implements: bp mapping-distributed-admin Change-Id: Iab93dc6759f195fecd88dcdf1c635c81ad59165a
29 lines
440 B
Plaintext
29 lines
440 B
Plaintext
# keystone dependencies
|
|
pbr>=0.5.21,<1.0
|
|
pam>=0.1.4
|
|
WebOb>=1.2.3,<1.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.7.99
|
|
sqlalchemy-migrate>=0.8.2
|
|
passlib
|
|
lxml>=2.3
|
|
iso8601>=0.1.8
|
|
python-keystoneclient>=0.4.1
|
|
oslo.config>=1.2.0
|
|
Babel>=1.3
|
|
oauthlib
|
|
dogpile.cache>=0.5.0
|
|
jsonschema>=1.3.0,!=1.4.0
|
|
|
|
# KDS exclusive dependencies
|
|
|
|
pecan>=0.2.0
|
|
pycrypto>=2.6
|
|
WSME>=0.5b6
|