Home | Trees | Indices | Help |
|
---|
|
1 from starcluster.logger import log 2 3 from completers import S3ImageCompleter 4 57 """ 8 downloadimage [options] <image_id> <destination_directory> 9 10 Download the manifest.xml and all AMI parts for an instance-store AMI 11 12 Example: 13 14 $ starcluster downloadimage ami-asdfasdf /data/myamis/ami-asdfasdf 15 """ 16 names = ['downloadimage', 'di'] 17 18 bucket = None 19 image_name = None 2028
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 23:11:49 2012 | http://epydoc.sourceforge.net |