tacker.api.wsgi_app module

WSGI application entry point for the Tacker API.

This module provides the WSGI application used to run the Tacker API under a WSGI server such as uWSGI or mod_wsgi, without the eventlet based standalone server. Use tacker.api.wsgi.api as the WSGI module, or the tacker-api-wsgi script generated from the wsgi_scripts entry point for non-editable installations.

tacker.api.wsgi_app.init_application()