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


The following commit has been merged in the master branch:
commit 0ed045084a6be66a8f295e8488c0aa425c8b6952
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Feb 27 14:40:51 2013 -0800

    Add forgotten create-auto-scaling-group executable

diff --git a/bin/kilo-create-auto-scaling-group b/bin/kilo-create-auto-scaling-group
new file mode 100755
index 0000000..3d74ecf
--- /dev/null
+++ b/bin/kilo-create-auto-scaling-group
@@ -0,0 +1,6 @@
+#!/usr/bin/python -tt
+
+import euca2ools.commands.autoscaling.createautoscalinggroup
+
+if __name__ == '__main__':
+    euca2ools.commands.autoscaling.createautoscalinggroup.CreateAutoScalingGroup.run()

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list