Notification is not sent on security group rule creation
Bug #1461024 reported by
Oleg Bondarev
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Undecided
|
Oleg Bondarev | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
Security group rule before/after_create notifications are done in create_
But currently SecurityGroupSe
It is derived from SecurityGroupDb
Hence create_
Changed in neutron: | |
status: | In Progress → Fix Committed |
Changed in neutron: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | liberty-1 → 7.0.0 |
To post a comment you must log in.
Methods from both classes use create_ security_ group_rule_ bulk_native( ) for actual rule creation in DB so seems this is the proper place to move notifications to.