[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.1-1_experimental1-51-g95835b7

Harold Spencer Jr hspencer77 at gmail.com
Thu Jan 3 11:06:12 UTC 2013


The following commit has been merged in the experimental branch:
commit dd354fdb14dd88053d0618aa90322725165cd068
Author: Harold Spencer Jr <hspencer77 at gmail.com>
Date:   Tue Nov 13 11:11:58 2012 -0500

    Added 'hypervisors-supported' to standard output of eustore-describe-images

diff --git a/euca2ools/commands/eustore/describeimages.py b/euca2ools/commands/eustore/describeimages.py
index 99ff50b..9b93ea1 100644
--- a/euca2ools/commands/eustore/describeimages.py
+++ b/euca2ools/commands/eustore/describeimages.py
@@ -80,6 +80,7 @@ class DescribeImages(AWSQueryRequest):
                       self.fmtCol(image['os'],12)+ \
                       self.fmtCol(image['architecture'],8)+ \
                       self.fmtCol(image['version'],15)+ \
+                      self.fmtCol(', '.join(image['hypervisors-supported']),18)+ \
                       image['description']
                 if self.cli_options.verbose:
                     print "     "+self.fmtCol(image['date'],20)+ \

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list