Loading cloudcontrol/server/clients/cli.py +0 −2 Original line number Diff line number Diff line Loading @@ -685,8 +685,6 @@ class CliHandler(RegisteredCCHandler): srv_to_host_tun = client.rshell() cli_tun = self.client.register_tunnel('rshell', client, srv_to_host_tun) errs.success(obj['id'], 'tunnel started.', output=cli_tun.label) elif obj['r'] in ('vm', ): raise NotImplementedError('rshell on vm not implemented') else: errs.error(obj['id'], 'bad role') return errs.get_dict() Loading Loading
cloudcontrol/server/clients/cli.py +0 −2 Original line number Diff line number Diff line Loading @@ -685,8 +685,6 @@ class CliHandler(RegisteredCCHandler): srv_to_host_tun = client.rshell() cli_tun = self.client.register_tunnel('rshell', client, srv_to_host_tun) errs.success(obj['id'], 'tunnel started.', output=cli_tun.label) elif obj['r'] in ('vm', ): raise NotImplementedError('rshell on vm not implemented') else: errs.error(obj['id'], 'bad role') return errs.get_dict() Loading