Commit 601cba7d authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed vm management from the rshell function

parent 41246653
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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()