summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-05-06 12:29:34 -0400
committerSimo Sorce <simo@redhat.com>2013-08-20 11:54:38 -0400
commitffa55f7a8cbc824b03cec8cbfbb380b42f9c3e70 (patch)
tree4e4f4967a79e3b57235a0ee1e1008033024f72ad /requirements.txt
parent9c92d27937f733645631eb43a1ad48bae78d630c (diff)
downloadkeystone-ffa55f7a8cbc824b03cec8cbfbb380b42f9c3e70.tar.gz
keystone-ffa55f7a8cbc824b03cec8cbfbb380b42f9c3e70.tar.xz
keystone-ffa55f7a8cbc824b03cec8cbfbb380b42f9c3e70.zip
Initial KDS service
The Key Distribution Service is used to register keys for services and distribute tickets to contact othe services. The KDS is used to digitally sign and optionally encrypt messages sent over the message queue by the rpc modules. It implements the service described in this document: https://wiki.openstack.org/wiki/MessageSecurity#A_Key_Distribution_Server_in_Keystone blueprint key-distribution-server Change-Id: Ib47aca8f72623a07ff18f23d46d0af520e463fc9 Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 7b6190d8..e767b7e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,3 +18,4 @@ python-keystoneclient>=0.3.0
oslo.config>=1.1.0
Babel>=0.9.6
oauth2
+pycrypto>=2.6