Public bug reported:

Look at this:

class OVSFirewallDriver(firewall.FirewallDriver):
...
    def security_group_updated(self, action_type, sec_group_ids,
                               device_ids=None):
        """This method is obsolete

        The current driver only supports enhanced rpc calls into security group
        agent. This method is never called from that place.
        """

but this is used by the enhanced rpc. See
SecurityGroupAgentRpc._security_group_updated.

Also this can be checked by inserting a test raise statement into the
above method.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: ovs sg-fw

** Tags added: ovs 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/1606462

Title:
  OVS firewall doesn't handle security group updates properly

Status in neutron:
  New

Bug description:
  Look at this:

  class OVSFirewallDriver(firewall.FirewallDriver):
  ...
      def security_group_updated(self, action_type, sec_group_ids,
                                 device_ids=None):
          """This method is obsolete

          The current driver only supports enhanced rpc calls into security 
group
          agent. This method is never called from that place.
          """

  but this is used by the enhanced rpc. See
  SecurityGroupAgentRpc._security_group_updated.

  Also this can be checked by inserting a test raise statement into the
  above method.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1606462/+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

Reply via email to