← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-1

-- 
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 OpenStack Neutron (virtual network service):
  Fix Released

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