keystoneauth/keystoneauth1
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
..
access Add is_domain to keystoneauth token 2016-05-18 21:56:36 -03:00
exceptions oidc: deprecate grant_type argument 2016-07-14 11:08:29 +02:00
extras Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
fixture Add tests for YamlJsonSerializer 2016-08-04 11:15:51 -05:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
loading Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
tests get_endpoint should return None when no version found 2016-08-25 13:49:35 +10:00
__init__.py Provide a RFC 7231 compliant user agent string 2015-12-15 16:45:17 -06:00
_utils.py Disables TCP_KEEPCNT when using Windows Subsystem for Linux 2016-08-23 03:36:45 +00:00
adapter.py Add additional_headers to session and adapter 2016-07-13 17:09:46 +10:00
discover.py Removing tox ignore D401 and make keystoneauth compliant 2016-04-13 18:46:05 +00:00
plugin.py Removing tox ignore D400. 2016-04-18 21:20:51 +00:00
session.py Disables TCP_KEEPCNT when using Windows Subsystem for Linux 2016-08-23 03:36:45 +00:00
token_endpoint.py Adding authentication compatibility for OpenStackClient 2016-03-07 23:38:22 +00:00