diff --git a/quantum/api/v2/base.py b/quantum/api/v2/base.py index e40e7013baf..0f667554077 100644 --- a/quantum/api/v2/base.py +++ b/quantum/api/v2/base.py @@ -134,7 +134,7 @@ class Controller(object): "RESOURCE_ATTRIBUTE_MAP; unable to perform authZ " "check for attribute %(attr)s"), {'resource': self._collection, - 'attr': attr}) + 'attr': attr_name}) except exceptions.PolicyRuleNotFound: LOG.debug(_("Policy rule:%(action)s not found. Assuming no " "authZ check is defined for %(attr)s"),