← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1709408] [NEW] port security payload sent to agents changed after push notifications

 

Public bug reported:

Agent call to get_device_info for security groups changed the payload
format. Specifically port_security_enabled is now not part of port dict
but under 'security'. So when firewalls check for port security [1] they
always get True cause they access port['port_security_enabled'] instead
of port['security']['port_security_enabled'].


[1] https://github.com/openstack/neutron/blob/master/neutron/agent/firewall.py#L49

** Affects: neutron
     Importance: Critical
     Assignee: Jakub Libosvar (libosvar)
         Status: Confirmed


** Tags: sg-fw

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

Title:
  port security payload sent to agents changed after push notifications

Status in neutron:
  Confirmed

Bug description:
  Agent call to get_device_info for security groups changed the payload
  format. Specifically port_security_enabled is now not part of port
  dict but under 'security'. So when firewalls check for port security
  [1] they always get True cause they access
  port['port_security_enabled'] instead of
  port['security']['port_security_enabled'].

  
  [1] https://github.com/openstack/neutron/blob/master/neutron/agent/firewall.py#L49

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