From: Angus Salkeld Date: Mon, 23 Jul 2012 03:09:19 +0000 (+1000) Subject: Add python-psutil and fix cfn-push-stats options X-Git-Tag: 2014.1~1574 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b48d869244209c23b506696bc6f8192254fda4aa;p=openstack-build%2Fheat-build.git Add python-psutil and fix cfn-push-stats options Change-Id: Ic88e1e886c5f8ccbcbc5bc49fa612366c7faeae5 Signed-off-by: Angus Salkeld --- diff --git a/templates/AutoScalingMultiAZSample.template b/templates/AutoScalingMultiAZSample.template index af959956..2ce589b9 100644 --- a/templates/AutoScalingMultiAZSample.template +++ b/templates/AutoScalingMultiAZSample.template @@ -178,9 +178,9 @@ "MAIL=\"\"\n", "\n", "* * * * * /opt/aws/bin/cfn-push-stats --watch ", - { "Ref" : "MEMAlarmHigh" }, " ----mem-util\n", + { "Ref" : "MEMAlarmHigh" }, " --mem-util\n", "* * * * * /opt/aws/bin/cfn-push-stats --watch ", - { "Ref" : "MEMAlarmLow" }, " ----mem-util\n" + { "Ref" : "MEMAlarmLow" }, " --mem-util\n" ]]}, "mode" : "000600", "owner" : "root", @@ -189,6 +189,7 @@ }, "packages" : { "yum" : { + "python-psutil": [], "cronie" : [], "mysql" : [], "mysql-server" : [],