Package starcluster :: Package commands :: Module listpublic
[hide private]
[frames] | no frames]

Source Code for Module starcluster.commands.listpublic

 1  from base import CmdBase 
 2   
 3   
4 -class CmdListPublic(CmdBase):
5 """ 6 listpublic 7 8 List all public StarCluster images on EC2 9 """ 10 names = ['listpublic', 'lp'] 11
12 - def execute(self, args):
14