Loading cloudcontrol/node/host/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ class RemoteShell(object): self.master, self.slave = pty.openpty() self.endpoint = FakePtySocket(self.master) self.proto = conn.create_tunnel(endpoint=self.endpoint, close_endpoint_on_shutdown=False, on_shutdown=self.on_tunnel_shutdown) self.conn = conn self.child_watcher = None Loading cloudcontrol/node/hypervisor/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,6 @@ class Handler(HostHandler): def on_shutdown(tun): """Method of Tunnel protocol close callback.""" tun.cb_default_on_shutdown() vm.close_console() # connect as tunnel endpoint Loading Loading
cloudcontrol/node/host/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ class RemoteShell(object): self.master, self.slave = pty.openpty() self.endpoint = FakePtySocket(self.master) self.proto = conn.create_tunnel(endpoint=self.endpoint, close_endpoint_on_shutdown=False, on_shutdown=self.on_tunnel_shutdown) self.conn = conn self.child_watcher = None Loading
cloudcontrol/node/hypervisor/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,6 @@ class Handler(HostHandler): def on_shutdown(tun): """Method of Tunnel protocol close callback.""" tun.cb_default_on_shutdown() vm.close_console() # connect as tunnel endpoint Loading