Loading cloudcontrol/cli/commands/vm.py +2 −2 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ class Command_rescue(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped&rescue=no" self.tql_filter += "&r=vm&status=stopped&mode=normal" def __call__(self, argv): # arg parse Loading @@ -318,7 +318,7 @@ class Command_unrescue(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped&rescue=yes" self.tql_filter += "&r=vm&status=stopped&mode=rescue" def __call__(self, argv): # arg parse Loading Loading
cloudcontrol/cli/commands/vm.py +2 −2 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ class Command_rescue(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped&rescue=no" self.tql_filter += "&r=vm&status=stopped&mode=normal" def __call__(self, argv): # arg parse Loading @@ -318,7 +318,7 @@ class Command_unrescue(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped&rescue=yes" self.tql_filter += "&r=vm&status=stopped&mode=rescue" def __call__(self, argv): # arg parse Loading