← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2087909] Re: When network log exists, neutron-ovn-db-sync-util has a wrong log message.

 

It has definitely resolved the issue. Thanks!

** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2087909

Title:
  When network log exists, neutron-ovn-db-sync-util has a wrong log
  message.

Status in neutron:
  Fix Released

Bug description:
  OpenStack Version: 2024.1

  How to reproduce :
  1. Create new security group.
   - openstack security group create sg-01
  2. Create one security group rule.
   - openstack security group rule create sg-01 --ingress --protocol tcp --dst-port 80
  3. Create network log with this security group.
   - openstack network log create network-log-01 --resource-type security_group --resource sg-01
  4. Run neutron-ovn-db-sync-util (ovn-neutron_sync_mode: log)

  Expected :
  At step 4, Any log messages about ACLs do not exist because there is no problem.

  Actual :
  At step 4, this log message exists.
   - ACLs to be added:1 ACLs to be removed: 1

  
  The numbers of 'ACLs to be added' and 'ACLs to be removed' are the number of security group rules which have network log.
  I think neutron-ovn-db-sync-util has to be modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2087909/+subscriptions



References