summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2012-11-27 11:35:07 +0000
committerSteven Hardy <shardy@redhat.com>2012-11-28 10:13:24 +0000
commit2a207f2eb12011cd678c048749380e700c2c7cba (patch)
tree4025df969e8dd3909f0b8bb4674fd3d41dc440b8 /tools
parent66339b004ac0c0882afaf88b551db1e6896c1a09 (diff)
downloadpython-keystoneclient-2a207f2eb12011cd678c048749380e700c2c7cba.tar.gz
Add Ec2Signer utility class to keystoneclient
Add Ec2Signer class (from keystone.utils) to keystoneclient Allows clients to more easily generate correctly signed requests for use with APIs using EC2 auth-extension based authentication blueprint ec2signer-to-keystoneclient Signed-off-by: Steven Hardy <shardy@redhat.com> Change-Id: Iea69ccd4dadd09740f42d907bf14f61c1750596a
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 11022aa..790a7ca 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,3 +2,5 @@ argparse
httplib2>=0.7
prettytable
simplejson
+hashlib
+hmac