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://developer.openstack.org/sdks/python/openstacksdk/
Requirements
Python 2.7+, Python 3.4+
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rackspacesdk-0.7.5.tar.gz.
File metadata
- Download URL: rackspacesdk-0.7.5.tar.gz
- Upload date:
- Size: 49.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb85510a805e97463c5681feb8904c445c296c3e8a4e7a202207c6b09bd2cc36
|
|
| MD5 |
ee1447a7fdd25c13b7e3f42620a1d591
|
|
| BLAKE2b-256 |
cbc77e159cffc34f970b6139033cd0512b3ed807ad55cc058382687993be1702
|
File details
Details for the file rackspacesdk-0.7.5-py2.py3-none-any.whl.
File metadata
- Download URL: rackspacesdk-0.7.5-py2.py3-none-any.whl
- Upload date:
- Size: 108.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f044e1770946e21e3c530fc85831a58ba4c93d1470260bc5e2669323eb711954
|
|
| MD5 |
d0cd3dccc81b57cdf66a925f8aa705a3
|
|
| BLAKE2b-256 |
715500c1991bbcf4d9096071368f97f428b85a3131f25a7db6378a13fb82f7db
|