summaryrefslogtreecommitdiff
path: root/heat/common
diff options
context:
space:
mode:
Diffstat (limited to 'heat/common')
-rw-r--r--heat/common/policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/common/policy.py b/heat/common/policy.py
index 86e26dd5c..38971e001 100644
--- a/heat/common/policy.py
+++ b/heat/common/policy.py
@@ -146,7 +146,7 @@ class ResourceEnforcer(Enforcer):
result = super(ResourceEnforcer, self).enforce(
context, res_type,
scope=scope or 'resource_types',
- target=target, is_registered_policy=is_registered_policy)
+ target=target, is_registered_policy=is_registered_policy)
except policy.PolicyNotRegistered:
result = True
except self.exc as ex: