Merge "Resolved bug MRN-699"

This commit is contained in:
Jenkins 2013-07-31 14:08:54 +00:00 committed by Gerrit Code Review
commit e3e53c8cc7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[pipeline:api.py]
[pipeline:muranoapi]
pipeline = authtoken context apiv1app
[app:apiv1app]

View File

@ -30,7 +30,7 @@ def main():
launcher = service.ServiceLauncher()
api_service = wsgi.Service(config.load_paste_app(),
api_service = wsgi.Service(config.load_paste_app('muranoapi'),
port=config.CONF.bind_port,
host=config.CONF.bind_host)