Go to file
Rodrigo Duarte 1a2a579393 Add 303 as redirect code for k2k plugin
Some service providers, like mod_mellon return a 303 response
upon successful authentication. The "requests" package only
considers 302, as per the following example::

  >>> import requests
  >>> requests.codes['found']
  302

Change-Id: I5797f490f2e57d1c952e769bc0ef4b96c08f9a83
Related-Bug: 1501918
2016-04-25 18:53:19 -03:00
2016-04-15 11:06:49 -07:00
2015-12-09 11:46:00 +11:00
2015-11-29 20:05:16 -05:00
2014-05-07 12:12:43 -07:00
2013-05-17 14:43:31 -07:00
2015-12-04 14:18:27 -08:00
2016-04-20 09:35:50 +00:00
2015-09-17 12:12:42 +00:00
2016-04-19 21:05:19 +00:00

keystoneauth

Latest Version

Downloads

This package contains tools for authenticating to an OpenStack-based cloud. These tools include:

  • Authentication plugins (password, token, and federation based)
  • Discovery mechanisms to determine API version support
  • A session that is used to maintain client settings across requests (based on the requests Python library)

Further information:

Description
OpenStack Identity Authentication Library
Readme 13 MiB
Languages
Python 100%