Merge "Fix typo in Ec2Signer class docstring"

This commit is contained in:
Jenkins
2015-02-02 01:05:03 +00:00
committed by Gerrit Code Review

View File

@@ -28,7 +28,7 @@ from keystoneclient.i18n import _
class Ec2Signer(object): 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 signature, which can then be used for authentication via the keystone ec2
authentication extension. authentication extension.
""" """