Previous topic

The nova.auth.manager Module

Next topic

The nova.block_device Module

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 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.

The signature method must be SHA1 or SHA256.

s3_authorization(headers, verb, path)

Generate S3 authorization string.