Add support for additional identity events

Keystone has started to emit events for CRUD events on more
resources, specifically: regions, policy, endpoint and service.

Change-Id: I6d5f21474dd8f7694ea28b91544ad93c0b421bf9
Closes-Bug: 1429337
This commit is contained in:
Steve Martinelli
2015-03-08 23:15:18 -04:00
parent 0c5703a505
commit 13e4426fd7

View File

@@ -144,7 +144,8 @@
fields: _context_user_id
resource_id:
fields: payload.cluster_id
- event_type: ['identity.user.*', 'identity.project.*', 'identity.group.*', 'identity.role.*', 'identity.OS-TRUST:trust']
- event_type: ['identity.user.*', 'identity.project.*', 'identity.group.*', 'identity.role.*', 'identity.OS-TRUST:trust',
'identity.region.*', 'identity.service.*', 'identity.endpoint.*', 'identity.policy.*']
traits: &identity_crud
resource_id:
fields: payload.resource_info