The keystoneclient.contrib.ec2.utils Module

class keystoneclient.contrib.ec2.utils.Ec2Signer(secret_key)

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)

Generate auth string according to what SignatureVersion is given.

Previous topic

The keystoneclient.contrib.bootstrap.shell Module

Next topic

The keystoneclient.exceptions Module

This Page