Merge "Fix wamp rpc registration"

This commit is contained in:
Zuul 2018-02-27 15:55:23 +00:00 committed by Gerrit Code Review
commit 701dda61b7
1 changed files with 2 additions and 4 deletions

View File

@ -151,11 +151,9 @@ class WampManager(object):
u'stack4things.register')
LOG.info("I have been set as registration agent")
session.register(fun.connection,
AGENT_HOST +
+ u'.stack4things.connection')
AGENT_HOST + u'.stack4things.connection')
session.register(fun.echo,
AGENT_HOST +
+ u'.stack4things.echo')
AGENT_HOST + u'.stack4things.echo')
LOG.debug("procedure registered")
except Exception as e: