Skip to main content

Rackspace Auth Plugin for OpenStack Clients.

Project description

# python-keystoneclient-rackspace
Plugin for API key authentication in the Rackspace Cloud

Example usage:

from keystoneclient_rackspace.v2_0 import RackspaceAuth
from keystoneclient.session import Session
from novaclient.client import Client

auth = RackspaceAuth(
auth_url="https://identity.api.rackspacecloud.com/v2.0",
username="demoauthor",
api_key="aaaaa-bbbbb-ccccc-12345678",
tenant_id=1100111)
session = Session(auth=auth)
client = Client(2, session=session, region_name="DFW")
client.servers.list()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-keystoneclient-rackspace-0.1.3.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page