keystone.identity.routers module
WSGI Routers for the Identity service.
-
class
keystone.identity.routers.
Routers
[source]
Bases: keystone.common.wsgi.RoutersBase
-
append_v3_routers
(mapper, routers)[source]
Append v3 routers.
Subclasses should override this method to map its routes.
Use self._add_resource() to map routes for a resource.