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:
Ilya Tyaptin 2014-11-13 18:33:24 +04:00
parent 4478381e9e
commit 31350c54cb
1 changed files with 1 additions and 1 deletions

View File

@ -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