Merge "fix custom configuration file path"

This commit is contained in:
Zuul 2018-01-30 17:35:03 +00:00 committed by Gerrit Code Review
commit 59b68c43c8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def load_app():
def build_wsgi_app(argv=None):
service.prepare_service([])
service.prepare_service()
return load_app()