Fix the event type for trusts

The event type that is defined by default is incorrect, it's missing
an asterisk, that will pick up the 'create' and 'delete' keywords.

Change-Id: I93175f7beaca3b7961d0431fd8c6ba819b3f164b
This commit is contained in:
Steve Martinelli 2015-04-01 17:40:52 -04:00
parent 65099e6aae
commit 8fc8dd176c

View File

@ -144,7 +144,7 @@
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: