diff --git a/heat/db/sqlalchemy/api.py b/heat/db/sqlalchemy/api.py index 76581bf94d..7468e0238a 100644 --- a/heat/db/sqlalchemy/api.py +++ b/heat/db/sqlalchemy/api.py @@ -549,7 +549,8 @@ def resource_prop_data_get(context, resource_prop_data_id): resource_prop_data_id) if result is None: raise exception.NotFound( - _('ResourcePropertiesData with id %s not found') % id) + _('ResourcePropertiesData with id %s not found') % + resource_prop_data_id) return result