keystone.version.controllers.AdminExtensions(*args, **kwargs)[source]¶Bases: keystone.version.controllers.Extensions
extensions¶keystone.version.controllers.Extensions(*args, **kwargs)[source]¶Bases: keystone.common.wsgi.Application
Base extensions controller to be extended by public and admin API’s.
extensions¶keystone.version.controllers.MimeTypes[source]¶Bases: object
JSON = 'application/json'¶JSON_HOME = 'application/json-home'¶keystone.version.controllers.PublicExtensions(*args, **kwargs)[source]¶Bases: keystone.version.controllers.Extensions
extensions¶The only types of routers in this file should be ComposingRouters.
The routers for the backends should be in the backend-specific router modules.
For example, the ComposableRouter for identity belongs in:
keystone.identity.routers
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.