Merge "fix api context load failure for cyborg-api runs by uwsgi"
This commit is contained in:
@@ -40,4 +40,4 @@ def init_application():
|
||||
LOG.debug("Configuration:")
|
||||
CONF.log_opt_values(LOG, log.DEBUG)
|
||||
|
||||
return app.app_factory(CONF)
|
||||
return app.load_app()
|
||||
|
||||
Reference in New Issue
Block a user