diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-02-02 01:05:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-02-02 01:05:03 +0000 |
| commit | 6b108dcfe0de93b76bdd542e99a2854adfd72422 (patch) | |
| tree | a9534d3d31236921db079f708fa8999a945110f4 /keystoneclient | |
| parent | 010f6630afc1370979c5d9153b6359a4f7799aaf (diff) | |
| parent | e95a65bb1bb6820f6b69dff546c8f52ee376eb5e (diff) | |
| download | python-keystoneclient-6b108dcfe0de93b76bdd542e99a2854adfd72422.tar.gz | |
Merge "Fix typo in Ec2Signer class docstring"
Diffstat (limited to 'keystoneclient')
| -rw-r--r-- | keystoneclient/contrib/ec2/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/contrib/ec2/utils.py b/keystoneclient/contrib/ec2/utils.py index d093b6e..95e4bb1 100644 --- a/keystoneclient/contrib/ec2/utils.py +++ b/keystoneclient/contrib/ec2/utils.py @@ -28,7 +28,7 @@ from keystoneclient.i18n import _ class Ec2Signer(object): - """Utility class which adds allows a request to be signed with an AWS style + """Utility class which allows a request to be signed with an AWS style signature, which can then be used for authentication via the keystone ec2 authentication extension. """ |
