[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:27 UTC 2013


The following commit has been merged in the master branch:
commit 1fb10a853b696772411c76976fcc3b7178c22ceb
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed May 15 15:14:36 2013 -0700

    Make GetLdapSyncStatus show InSync or not

diff --git a/euca2ools/commands/euare/getldapsyncstatus.py b/euca2ools/commands/euare/getldapsyncstatus.py
index 379e562..86fdaac 100644
--- a/euca2ools/commands/euare/getldapsyncstatus.py
+++ b/euca2ools/commands/euare/getldapsyncstatus.py
@@ -38,3 +38,4 @@ class GetLdapSyncStatus(EuareRequest, TabifyingMixin):
 
     def print_result(self, result):
         print self.tabify(('SyncEnabled', result.get('SyncEnabled')))
+        print self.tabify(('InSync', result.get('InSync')))

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list