f035d1fe1255db5051aa127c550ec809f476cfc5

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
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