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
commit 72f24adde2
1 changed files with 1 additions and 1 deletions

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()