Merge "Fix an issue in zun-api start"

This commit is contained in:
Jenkins 2017-03-28 03:31:53 +00:00 committed by Gerrit Code Review
commit 18866e2e74
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def main():
# base.zunObject.indirection_api = base.zunObjectIndirectionAPI()
# Setup OSprofiler for WSGI service
profiler.setup('zun-api', CONF.host)
profiler.setup('zun-api', CONF.api.host_ip)
# Build and start the WSGI app
launcher = zun_service.process_launcher()