[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:34 UTC 2013
The following commit has been merged in the master branch:
commit 64ba860dec56b24bf7be4edcca05f38b3916cab0
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date: Tue Mar 5 14:17:42 2013 -0800
Implement SuspendProcesses
Fixes TOOLS-213
diff --git a/bin/kilo-resume-processes b/bin/kilo-suspend-processes
similarity index 100%
copy from bin/kilo-resume-processes
copy to bin/kilo-suspend-processes
diff --git a/euca2ools/commands/autoscaling/resumeprocesses.py b/euca2ools/commands/autoscaling/suspendprocesses.py
similarity index 91%
copy from euca2ools/commands/autoscaling/resumeprocesses.py
copy to euca2ools/commands/autoscaling/suspendprocesses.py
index 6bf8859..4d677f1 100644
--- a/euca2ools/commands/autoscaling/resumeprocesses.py
+++ b/euca2ools/commands/autoscaling/suspendprocesses.py
@@ -33,11 +33,11 @@ from euca2ools.commands.argtypes import delimited_list
from euca2ools.commands.autoscaling import AutoScalingRequest
-class ResumeProcesses(AutoScalingRequest):
- DESCRIPTION = "Resume an auto-scaling group's auto-scaling processes"
+class SuspendProcesses(AutoScalingRequest):
+ DESCRIPTION = "Suspend an auto-scaling group's auto-scaling processes"
ARGS = [Arg('AutoScalingGroupName', metavar='NAME',
help='name of the auto-scaling group to update (required)'),
Arg('--processes', dest='ScalingProcesses.member',
metavar='PROCESS,PROCESS,...', type=delimited_list(','),
help='''comma-separated list of auto-scaling processes to
- resume (default: all processes)''')]
+ suspend (default: all processes)''')]
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list