Loading ccnode/handlers.py +2 −2 Original line number Diff line number Diff line Loading @@ -737,10 +737,10 @@ class NodeHandler(RpcHandler): # get the job job = jobmgr.get_job(res['jid']) # choose connection endpoint if self._host_handle.get_hv_type() == 'xen': if self._host_handle.get_hv_type() == 'xen' and migration: # FIXME magic values ip = '127.0.0.1' port = 8002 if migration else 16509 port = 8002 endpoint = (ip, port) else: # FIXME magic values Loading Loading
ccnode/handlers.py +2 −2 Original line number Diff line number Diff line Loading @@ -737,10 +737,10 @@ class NodeHandler(RpcHandler): # get the job job = jobmgr.get_job(res['jid']) # choose connection endpoint if self._host_handle.get_hv_type() == 'xen': if self._host_handle.get_hv_type() == 'xen' and migration: # FIXME magic values ip = '127.0.0.1' port = 8002 if migration else 16509 port = 8002 endpoint = (ip, port) else: # FIXME magic values Loading