← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Oleg Bondarev (obondarev)
         Status: New


** 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/1461024

Title:
  Notification is not sent on security group rule creation

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


Follow ups

References