Skip to main content

Rackspace plugin for the OpenStack SDK

Project description

https://travis-ci.org/rackerlabs/rackspace-sdk-plugin.svg?branch=master

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


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.7.3.tar.gz (49.6 kB view hashes)

Uploaded Source

Built Distribution

rackspacesdk-0.7.3-py2.py3-none-any.whl (108.6 kB view hashes)

Uploaded Python 2 Python 3

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