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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to