Merge "Log OVS firewall conjunction creation"

This commit is contained in:
Zuul 2019-10-23 16:57:54 +00:00 committed by Gerrit Code Review
commit be11766153
1 changed files with 7 additions and 0 deletions

View File

@ -1196,6 +1196,13 @@ class OVSFirewallDriver(firewall.FirewallDriver):
rule['remote_group_id'],
direction, ethertype,
priority_offset)
LOG.debug("Created conjunction %(conj_id)s for SG %(sg_id)s "
"referencing remote SG ID %(remote_sg_id)s on port "
"%(port_id)s.",
{'conj_id': conj_id,
'sg_id': sec_group_id,
'remote_sg_id': rule['remote_group_id'],
'port_id': port.id})
rule1 = rule.copy()
del rule1['remote_group_id']