Example #1
0
 def _vm_list(self):
     '''
     same as command vm list
     '''
     arguments = dict(self.arguments)
     arguments["vm"] = True
     shell_command_list(arguments)
Example #2
0
    def do_list(self, args, arguments):

        shell_command_list(arguments)
Example #3
0
    def do_list(self, args, arguments):

        shell_command_list(arguments)