← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1461024] Re: Notification is not sent on security group rule creation

 

** Also affects: neutron/kilo
   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/1461024

Title:
  Notification is not sent on security group rule creation

Status in neutron:
  Fix Released
Status in neutron kilo series:
  New

Bug description:
  Security group rule before/after_create notifications are done in
  create_security_group_rule() from SecurityGroupDbMixin.

  But currently SecurityGroupServerRpcMixin is used to support security group extension in plugins. 
  It is derived from SecurityGroupDbMixin. Both have create_security_group_rule() method so in SecurityGroupServerRpcMixin it is overriden. 
  Hence create_security_group_rule() from SecurityGroupDbMixin is not used => notifications are not sent.

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


References