Go to file
Terry Howe f035d1fe12 Example code reorg and auth examples
A slight reorganization on the example code to avoid conflicts
and make it clearer how to use the example code:
* Move transport code out of common.py to transport.py
* Try to keep example code in silos of functionality to avoid
  conflicts (transport.py, authenticate.py, ...)

For the authentication examples:
* Added basic identity v2 and v3 authentication command

To run:
python -m examples.authenticate
python -m examples.transport https://region-a.geo-1.identity.hpcloudsvc.com:35357/

Change-Id: I3f342409a7df645bfed82963488b665e1fb191e7
2014-06-12 15:56:19 +00:00
2014-04-21 09:31:52 -06:00
2014-06-06 15:30:34 -06:00

OpenStack Python SDK

python-openstacksdk is a new Python library and SDK for OpenStack clouds. It is very young, and not yet usable, but it's under active development.

Our goal is to provide a Python library which is:

  • Pleasant to use
  • Well documented
  • Complete (works with any OpenStack project)

Building Documentation

This documentation is written by contributors, for contributors.

The source is maintained in the doc/source/ folder using reStructuredText and built by Sphinx

To build the docs locally:

$ python setup.py build_sphinx

Results are in the doc/build/sphinx/html/ directory.

Requirements

  • Python 2.6+, Python 3.3+
  • pbr
  • requests

License

Apache 2.0

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 3 MiB