Merge "Change event type for identity trust notifications"

This commit is contained in:
Jenkins 2014-11-17 07:50:40 +00:00 committed by Gerrit Code Review
commit 3a6921abb7
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