Add project name to the project deleted notification event
Bug #1572619 reported by
Todd Johnson
This bug report is a duplicate of:
Bug #1552795: enhance notification for user events with user name.
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
In Progress
|
Medium
|
Ryosuke Mizuno |
Bug Description
I have some code that cleans up openstack resources when a project is deleted by listening for the identity.
tags: | added: notifications |
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
assignee: | nobody → Nick Klenke (nk2527) |
status: | New → In Progress |
Changed in keystone: | |
assignee: | Nick Klenke (nk2527) → nobody |
status: | In Progress → New |
Changed in keystone: | |
assignee: | nobody → Ryosuke Mizuno (r-mizuno) |
To post a comment you must log in.
So we had this argument in the past. Quite a few of those in fact, about conveying names in generate, in the notification message payload. As I recall, the counter arguments were
1. names are mutable, and
2. as resources are being deleted, new resources can take on the same name, and
3. the only thing we can guarantee that is globally unique is the resource ID.
I am a proponent of adding name to notification payload. Reasons are
1. a notification is really a snapshot of an event that happened in Keystone, and
2. they will be aggregated by Security Incident and Event Monitoring (SEIM), and
3. as indicated above, operational workflow is depending on it
So I say lets do this.