]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : watchrule quietly discard unused metric data
authorSteven Hardy <shardy@redhat.com>
Wed, 6 Mar 2013 14:55:12 +0000 (14:55 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 6 Mar 2013 17:28:10 +0000 (17:28 +0000)
commitd8ea7394c29a4000996159b905ceee522a5adcb9
tree21b810192e1058db69c413729cb72edcea57163c
parent876ec0a7283b62e0994e1c0b7c42d6c22fb1bb74
heat engine : watchrule quietly discard unused metric data

Some cfn-push-stats options try to send multiple metrics to a
watch, which won't work with our simplified CW implementation
which expects exactly one Metric associated with each watch
(since that's all you can define via the template)
So quietly discard any metric data we aren't interested in.

ref bug 1133510

Change-Id: I5159611b96c501ff2d8e6e605cbd3d4ae5f77e48
heat/engine/watchrule.py