keystoneauth/keystoneauth1/identity/v3
Ji-Wei 2d3e376a2c Raise NotImplementedError instead of NotImplemented
NotImplementedError is the name of the exception
(https://docs.python.org/2/library/exceptions.html).
NotImplemented is the name of a constant
(https://docs.python.org/2/library/constants.html).

This patch fix it.

Change-Id: Icfbc0603d03e2001d1494027c492059687e15fa7
Closes-Bug: #1339855
2016-09-09 02:56:31 +00:00
..
__init__.py Merge "oidc: implement client_credentials grant type" 2016-07-22 19:55:13 +00:00
base.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
federation.py Generate FederationBaseAuth constructor parameters 2016-03-01 20:34:38 +00:00
k2k.py Add 303 as redirect code for k2k plugin 2016-04-25 18:53:19 -03:00
oidc.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
password.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
token.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
tokenless_auth.py Auth plugin for X.509 tokenless authentication 2016-07-05 17:11:36 -07:00
totp.py Support TOTP auth plugin 2016-06-13 11:40:43 -07:00