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


The following commit has been merged in the master branch:
commit 1e2cb01df24dc877f5939670fed3a2a748f88955
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Thu Apr 25 23:40:46 2013 -0700

    Fix copypaste error in euscale-suspend-processes
    
    Fixes TOOLS-310

diff --git a/bin/euscale-suspend-processes b/bin/euscale-suspend-processes
index 91b8767..e3e3688 100755
--- a/bin/euscale-suspend-processes
+++ b/bin/euscale-suspend-processes
@@ -1,6 +1,6 @@
 #!/usr/bin/python -tt
 
-import euca2ools.commands.autoscaling.resumeprocesses
+import euca2ools.commands.autoscaling.suspendprocesses
 
 if __name__ == '__main__':
-    euca2ools.commands.autoscaling.resumeprocesses.ResumeProcesses.run()
+    euca2ools.commands.autoscaling.suspendprocesses.SuspendProcesses.run()

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list