Multiple consumer removed notification received by node driver
Bug #1590340 reported by
Ashutosh Mishra
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Group Based Policy |
Fix Released
|
Medium
|
Ashutosh Mishra |
Bug Description
For deletion of consumer ptg from chain,
multiple consumer received notifications(
While deleting policy target group, grouppolicy plugin is updating group first before making ptg delete post_commit call.
Issue is, initially plugin_context gets created with original ptg(i.e. with prs attached), and same plugin_context is used in post_commit call, but in between group gets updated, to have no prs.
So we need to modify plugin context to have this change.
description: | updated |
summary: |
- Multiple consumer removed notificartion received by node driver + Multiple consumer removed notification received by node driver |
Changed in group-based-policy: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → ashu (mca-ashu4) |
milestone: | none → next |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/326953 /git.openstack. org/cgit/ openstack/ group-based- policy/ commit/ ?id=daf773f2c03 8e7bd244270c658 09ca4084f08407
Committed: https:/
Submitter: Jenkins
Branch: master
commit daf773f2c038e7b d244270c65809ca 4084f08407
Author: Ashutosh Mishra <email address hidden>
Date: Wed Jun 8 14:52:08 2016 +0530
Fixes for multiple notifications recevied by node drivers.
While deleting group, Group based policy plugin creates context
before precommit call, updates group(to unset all prs) and then
makes post commit call with same context. Since group gets
updated in between, we need to modify context to have those changes.
Change-Id: I3a9606b66026e0 0ce8a7ea9dc590f 1ba8594af21
Closes-Bug: 1590340