Resolved bug MRN-699
Change-Id: Ie0e000e01382ad62cb76b210547af39fcdacd4b8
This commit is contained in:
parent
637c38783e
commit
5d7734ad73
@ -1,4 +1,4 @@
|
||||
[pipeline:api.py]
|
||||
[pipeline:muranoapi]
|
||||
pipeline = authtoken context apiv1app
|
||||
|
||||
[app:apiv1app]
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user