keystone/keystone/api/_shared
Morgan Fainberg 86f968163e Convert /v3/users to flask native dispatching
Convert /v3/users to use flask native dispatching.

The following test changes were required:

* Application Credentials did not have the plural form
  in the JSON Home document. The JSON Home document was
  corrected both in code and in tests.

* Application Credentials "patch" test needed to be
  refactored to look for METHOD_NOT_ALLOWED instead
  of NOT FOUND for invalid/unimplemented methods.
  The "assertValidErrorResponse" method was
  insufficient and the test now uses the flask
  test_client mechanism instead.

Change-Id: Iedaf405d11450b11e2d1fcdfae45ccb8eeb6f255
Partial-Bug: #1776504
2018-10-11 15:27:45 -07:00
..
__init__.py Convert role_inferences API to flask native dispatching 2018-08-13 20:06:35 +00:00
authentication.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
implied_roles.py Convert role_inferences API to flask native dispatching 2018-08-13 20:06:35 +00:00
json_home_relations.py Convert /v3/users to flask native dispatching 2018-10-11 15:27:45 -07:00
saml.py Auth flask conversion cleanup 2018-10-10 06:24:45 +00:00