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()
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for python-keystoneclient-rackspace-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 722bc3967c5ae0afb72becaa95f23d07d870705f0ca456ab009ca55f07d66ee2 |
|
MD5 | 0db66500c07926465020e3221bf18634 |
|
BLAKE2b-256 | 1d641a947273d1720e4c7597c9623f538cb290d84040155a17712f21b474ac0f |