Skip to content

Commit

Permalink
Add project and domain ID to event definition for identity CRUD
Browse files Browse the repository at this point in the history
Notifications for identity CRUD events will now include the project
id (or domain id if a domain scoped token is used).

Change-Id: I467bc1b66bf35b98b34c9ab9026937fe1bd228e5
  • Loading branch information
Steve Martinelli committed Apr 2, 2015
1 parent 8fc8dd1 commit bf72980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/ceilometer/event_definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
fields: payload.resource_info
initiator_id:
fields: payload.initiator.id
project_id:
fields: payload.initiator.project_id
domain_id:
fields: payload.initiator.domain_id
- event_type: identity.role_assignment.*
traits: &identity_role_assignment
role:
Expand Down

0 comments on commit bf72980

Please sign in to comment.