Go to file
TerryHowe c7f60421a0 Use human readable exception messages
Currently, the exceptions are nothing if converted to strings.
The doc strings are human reable and useful to users, so use them.
Before:

    $ python examples/connection.py
    ERROR: Exception raised:
    $

After:

    $ python examples/connection.py
    ERROR: Exception raised: Could not find requested endpoint in Service Catalog.
    $

Change-Id: I1300e411c93bdfb17975e4f61e925b5b6474434c
2015-08-13 11:24:33 -06:00
2015-06-25 16:48:54 -07:00
2015-08-06 10:45:15 -05:00
2014-05-07 12:12:43 -07:00
2013-05-17 14:43:31 -07:00
2015-05-13 10:44:15 +10:00
2015-08-06 10:07:51 +10:00
2015-07-22 04:56:05 +00:00
2015-07-31 04:36:52 +00:00

keystoneauth

Authentication for OpenStack Clients

THIS LIBRARY IS IN A PRE-RELEASE STATE. IT WILL NOT BE CONSIDERED STABLE UNTIL THE 1.0.0 RELEASE. FEEL FREE TO TRY IT BUT WE WILL BREAK COMPATIBILITY UNTIL THEN.

Features

  • TODO
Description
OpenStack Identity Authentication Library
Readme 12 MiB
Languages
Python 100%