Home | Trees | Indices | Help |
|
---|
|
1 from completers import S3ImageCompleter 2 35 """ 6 showimage <image_id> 7 8 Show all AMI parts and manifest files on S3 for an instance-store AMI 9 10 Example: 11 12 $ starcluster showimage ami-999999 13 """ 14 names = ['showimage', 'shimg'] 152117 if not args: 18 self.parser.error('please specify an AMI id') 19 for arg in args: 20 self.ec2.list_image_files(arg)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 23:11:48 2012 | http://epydoc.sourceforge.net |