예제 #1
0
파일: cm_vm.py 프로젝트: mnozary/cloudmesh
 def _vm_list(self):
     '''
     same as command vm list
     '''
     arguments = dict(self.arguments)
     arguments["vm"] = True
     shell_command_list(arguments)
예제 #2
0
    def do_list(self, args, arguments):

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

        shell_command_list(arguments)