The heat.common.ec2signer Module

class heat.common.ec2signer.Ec2Signer(secret_key)[source]

Bases: object

Utility class which adds allows a request to be signed with an AWS style signature, which can then be used for authentication via the keystone ec2 authentication extension

generate(credentials)[source]

Generate auth string according to what SignatureVersion is given.

This Page