Merge "Use get_rpc_transport instead of get_transport"

This commit is contained in:
Jenkins 2017-09-20 00:42:20 +00:00 committed by Gerrit Code Review
commit 12f91c29a7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ EXTRA_EXMODS = []
def init(conf):
global TRANSPORT
exmods = get_allowed_exmods()
TRANSPORT = messaging.get_transport(conf,
TRANSPORT = messaging.get_rpc_transport(conf,
allowed_remote_exmods=exmods)