Add role assignment notifications for identity
Keystone added CADF notifications for role assignments in Juno. We should be able to meter these events from Ceilometer. Spec is here: http://specs.openstack.org/openstack/keystone-specs/specs/juno/role-assignment-notifications.html Impl is here: https://review.openstack.org/#/c/112204/ (merged) Change-Id: I64e9b66081e3d453347541fd231da7d8e2598eb3
This commit is contained in:
@@ -57,6 +57,7 @@ ceilometer.notification =
|
||||
role = ceilometer.identity.notifications:Role
|
||||
project = ceilometer.identity.notifications:Project
|
||||
trust = ceilometer.identity.notifications:Trust
|
||||
role_assignment = ceilometer.identity.notifications:RoleAssignment
|
||||
image_crud = ceilometer.image.notifications:ImageCRUD
|
||||
image = ceilometer.image.notifications:Image
|
||||
image_size = ceilometer.image.notifications:ImageSize
|
||||
|
||||
Reference in New Issue
Block a user