keystoneauth plugin for Rackspace's authentication service
Project description
This package provides plugins to keystoneauth1, the OpenStack Keystone authentication library, for Rackspace’s supported authentication methods: API key, password, and token.
Usage
The following example authenticates Mayor McCheese with his API key, as found in his control panel.
from rackspaceauth import v2 from keystoneauth1 import session auth = v2.APIKey(username="Mayor McCheese", api_key="OMGCHEESEISGREAT") sess = session.Session(auth=auth) sess.get_token()
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
rackspaceauth-0.3.0.tar.gz
(10.5 kB
view hashes)
Built Distribution
Close
Hashes for rackspaceauth-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7225c8d9b3fa56794d967385217b0166be80ce988e8f5a4055a9b766a5a7f4ed |
|
MD5 | cdb16ad6196f150d688fba841203f4ce |
|
BLAKE2b-256 | 8475be3c13fdbfab68730f4302d357a61c77cfcc8d8c26b71b6d5c510bec2bb1 |