Example #1
0
    def _list_cloud(self):
        """ same as the shell_command_cloud list"""
        arguments = dict(self.arguments)
        arguments["list"] = True
        shell_command_cloud(arguments)

        """
Example #2
0
 def _default_image(self):
     '''
     same as command: cloud set image [CLOUD] [--name=NAME|--id=ID]
     '''
     arguments = dict(self.arguments)
     arguments["cloud"] = True
     arguments["set"] = True
     shell_command_cloud(arguments)
Example #3
0
 def _default_image(self):
     '''
     same as command: cloud set image [CLOUD] [--name=NAME|--id=ID]
     '''
     arguments = dict(self.arguments)
     arguments["cloud"] = True
     arguments["set"] = True
     shell_command_cloud(arguments)
Example #4
0
    def do_cloud(self, args, arguments):

        shell_command_cloud(arguments)
Example #5
0
    def do_cloud(self, args, arguments):

        shell_command_cloud(arguments)
Example #6
0
 def _list_cloud(self):
     """ same as the shell_command_cloud list"""
     arguments = dict(self.arguments)
     arguments["list"] = True
     shell_command_cloud(arguments)
     """