commit 26b0dd2a3e712cbc7d5826c8ece73e5732f8746f
Author: Steve Baker <email address hidden>
Date: Tue Jun 21 11:00:22 2016 +1200
Do not populate unused stack and watch rule objects
These fields are lazy loaded, so cause extra unnecessary database
access.
The watch rules are needed when formatting every watch data metric for
the cloudwatch API, so an id->name map of all rules is built to avoid
repeated lazy loading of every rule.
Reviewed: https:/ /review. openstack. org/331852 /git.openstack. org/cgit/ openstack/ heat/commit/ ?id=26b0dd2a3e7 12cbc7d5826c8ec e73e5732f8746f
Committed: https:/
Submitter: Jenkins
Branch: master
commit 26b0dd2a3e712cb c7d5826c8ece73e 5732f8746f
Author: Steve Baker <email address hidden>
Date: Tue Jun 21 11:00:22 2016 +1200
Do not populate unused stack and watch rule objects
These fields are lazy loaded, so cause extra unnecessary database
access.
The watch rules are needed when formatting every watch data metric for
the cloudwatch API, so an id->name map of all rules is built to avoid
repeated lazy loading of every rule.
Change-Id: I36dd43172ccd40 2f08a45b254ae47 e208b7b8c08
Related-Bug: #1479723