This should help to troubleshoot related gate failres.
Change-Id: I92d4d886cafed5faeb2a6d0b224f4b5dc8522100
Related-Bug: #
1314313
self.plugin.delete_db_firewall_object(context, firewall_id)
return True
else:
+ LOG.warn(_('Firewall %(fw)s unexpectedly deleted by agent, '
+ 'status was %(status)s'),
+ {'fw': firewall_id, 'status': fw_db.status})
fw_db.status = const.ERROR
- LOG.warn(_('Firewall %s unexpectedly deleted by agent.'),
- firewall_id)
return False
def get_firewalls_for_tenant(self, context, **kwargs):