This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.auth.signer Module

Utility class for parsing signed AMI manifests.

class nova.auth.signer.Signer(secret_key)

Bases: object

Hacked up code from boto/connection.py

generate(params, verb, server_string, path)

Generate auth string according to what SignatureVersion is given.

s3_authorization(headers, verb, path)

Generate S3 authorization string.