The debug output from heat.common.policy prints the loaded policy for every request to the CFN/CW API's, should probably quieten this down:
2013-03-06 18:22:03.655 3590 DEBUG heat.common.policy [-] Loaded policy rules: {u'cloudformation:ListStacks': 'rule:deny_stack_user', u'cloudwatch:DisableAlarmActions': 'rule:deny_stack_user', u'cloudformation:DescribeStackResources': 'rule:deny_stack_user', u'cloudformation:DescribeStackResource': '@', u'cloudformation:EstimateTemplateCost': 'rule:deny_stack_user', u'cloudformation:GetTemplate': 'rule:deny_stack_user', u'deny_stack_user': 'not role:heat_stack_user', u'cloudformation:ListStackResources': 'rule:deny_stack_user', u'cloudwatch:PutMetricAlarm': 'rule:deny_stack_user', u'cloudwatch:DescribeAlarmHistory': 'rule:deny_stack_user', u'cloudwatch:GetMetricStatistics': 'rule:deny_stack_user', u'cloudformation:CreateStack': 'rule:deny_stack_user', u'cloudformation:DescribeStacks': 'rule:deny_stack_user', u'cloudwatch:SetAlarmState': 'rule:deny_stack_user', u'cloudwatch:ListMetrics': 'rule:deny_stack_user', u'cloudformation:ValidateTemplate': 'rule:deny_stack_user', u'cloudwatch:PutMetricData': '@', u'cloudwatch:EnableAlarmActions': 'rule:deny_stack_user', u'cloudformation:DescribeStackEvents': 'rule:deny_stack_user', u'cloudwatch:DeleteAlarms': 'rule:deny_stack_user', u'cloudformation:UpdateStack': 'rule:deny_stack_user', u'cloudwatch:DescribeAlarmsForMetric': 'rule:deny_stack_user', u'cloudformation:DeleteStack': 'rule:deny_stack_user', u'cloudwatch:DescribeAlarms': 'rule:deny_stack_user'} load_rules /usr/lib/python2.7/site-packages/heat-2013.1.a310.gb8b5624-py2.7.egg/heat/common/policy.py:73
Fix proposed to branch: master /review. openstack. org/23801
Review: https:/