Resolved bug MRN-699

Change-Id: Ie0e000e01382ad62cb76b210547af39fcdacd4b8
This commit is contained in:
Serg Melikyan 2013-07-31 15:25:12 +04:00
parent 637c38783e
commit 5d7734ad73
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)