549301b24ba56e3effacebb4a5eea68f2077d76e

In order to get ready for auth plugins I kind of needed to turn auth plugins on their head. The goals: * The plugin should know what to construct based on what the user provides. If a token is provided, use it. * If a token is provided and it expires, allow the user to reauth with user name and password without the user having to do anything special. * Support auth plugin names like identity_v2 and identity_v3 where the user does not need to know exactly what method they are using. * Keep is simple. In the simple department, I think this makes it simplier for the user. Change-Id: I7778438930bad2a32f79189b46d4fe7dbfbb67f6
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/html/
directory.
Requirements
- Python 2.6+, Python 3.3+
- pbr
- requests
License
Apache 2.0
Description