Public bug reported: By default, if admin does not enable 'port_security' extension, all ports are shown that 'port_security_enabled=False'.
However, L2 agent got ports which having 'port_security_enabled=True' incorrectly because if there is no attribute in port object plugin return wrong default value (https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/rpc.py#L162) I think is there is no attribute 'port_security_enabled', we have to get False by default. Thanks. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1863206 Title: Port is reported with 'port_security_enabled=True' without port- security extension Status in neutron: New Bug description: By default, if admin does not enable 'port_security' extension, all ports are shown that 'port_security_enabled=False'. However, L2 agent got ports which having 'port_security_enabled=True' incorrectly because if there is no attribute in port object plugin return wrong default value (https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/rpc.py#L162) I think is there is no attribute 'port_security_enabled', we have to get False by default. Thanks. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1863206/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp