Rackspace plugin for the OpenStack SDK
Project description
This plugin enables support for Rackspace authentication and services with the OpenStack SDK.
Usage
The following example connects to the Rackspace Public Cloud and lists containers stored in Cloud Files within the IAD datacenter.
from rackspace import connection conn = connection.Connection(username="my_user", api_key="123abc456def789ghi", region="IAD") for container in conn.object_store.containers(): print(container.name)
Documentation
Rackspace-specific documentation is not currently available.
Documentation for the OpenStack SDK is available at http://python-openstacksdk.readthedocs.org/en/latest/
Requirements
Python 2.7+, Python 3.4+
python-openstacksdk>=0.6
License
Apache 2.0
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
rackspacesdk-0.3.2.tar.gz
(13.8 kB
view hashes)
Built Distribution
Close
Hashes for rackspacesdk-0.3.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 363ceebf093280bb8faed52b6df3cb5a561bf0c7b13945830a5acbdb2a7f59e1 |
|
MD5 | fae559e43c892ccb1544174c5509d579 |
|
BLAKE2b-256 | af0cbf2c2385aad7952e586872e4c88ce04f07c166899ad3c19c1358d22921a8 |