Merge "fix api context load failure for cyborg-api runs by uwsgi"

This commit is contained in:
Zuul
2019-04-02 09:13:07 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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()