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 details)

Uploaded Source

File details

Details for the file python-keystoneclient-rackspace-0.1.3.tar.gz.

File metadata

File hashes

Hashes for python-keystoneclient-rackspace-0.1.3.tar.gz
Algorithm Hash digest
SHA256 722bc3967c5ae0afb72becaa95f23d07d870705f0ca456ab009ca55f07d66ee2
MD5 0db66500c07926465020e3221bf18634
BLAKE2b-256 1d641a947273d1720e4c7597c9623f538cb290d84040155a17712f21b474ac0f

See more details on using hashes here.

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