Change event type for identity trust notifications
Our identity trust notification event type do not match keystone event type for these notifications. This patch fix it. Change-Id: I73c4ce9334a26574f3b2c83244ea67b219bec920 Closes-bug: #1392326
This commit is contained in:
parent
4478381e9e
commit
31350c54cb
@ -102,7 +102,7 @@ class Role(IdentityCRUD):
|
||||
|
||||
class Trust(IdentityCRUD):
|
||||
|
||||
resource_type = 'trust'
|
||||
resource_type = 'OS-TRUST:trust'
|
||||
resource_name = '%s.%s' % (SERVICE, resource_type)
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user