[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:31:24 UTC 2013


The following commit has been merged in the master branch:
commit 6ccd75f12ae002326d6eb49635606873b831e281
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon May 13 22:15:01 2013 -0600

    Make euare-useraddcert print the new cert's ID

diff --git a/euca2ools/commands/euare/uploadsigningcertificate.py b/euca2ools/commands/euare/uploadsigningcertificate.py
index 4a39cf8..678fc52 100644
--- a/euca2ools/commands/euare/uploadsigningcertificate.py
+++ b/euca2ools/commands/euare/uploadsigningcertificate.py
@@ -44,3 +44,6 @@ class UploadSigningCertificate(EuareRequest):
                 help='''user the signing certificate is for (default: current
                         user)'''),
             AS_ACCOUNT]
+
+    def print_result(self, result):
+        print result.get('Certificate', {}).get('CertificateId')

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list