keystone/keystone/assignment
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
..
backends Add ability to list all system role assignments 2018-01-17 23:53:24 +00:00
role_backends Added support for a ``description`` attribute for Identity Roles 2018-09-06 05:09:10 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Convert /v3/users to flask native dispatching 2018-10-11 15:27:45 -07:00
core.py Convert domains api to flask 2018-09-12 15:26:37 +00:00
routers.py Convert /v3/users to flask native dispatching 2018-10-11 15:27:45 -07:00
schema.py Added support for a ``description`` attribute for Identity Roles 2018-09-06 05:09:10 +00:00