----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16042/#review29991 -----------------------------------------------------------
Ship it! 'master' branch commit 100dc368c2ed93e0ca4246ec9818111fb21d41c6 - Murali Reddy On Dec. 6, 2013, 8:17 p.m., Alex Ough wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16042/ > ----------------------------------------------------------- > > (Updated Dec. 6, 2013, 8:17 p.m.) > > > Review request for cloudstack. > > > Repository: cloudstack-git > > > Description > ------- > > Bug fix for CLOUDSTACK-3190 (action events message published on 'event bus' > should have the UUID of the entity for which event generated and event type). > > > Diffs > ----- > > server/src/com/cloud/event/ActionEventUtils.java eba6874 > > Diff: https://reviews.apache.org/r/16042/diff/ > > > Testing > ------- > > Confirmed that 'entity' & 'entityuuid' are included in the messages. > > [x] > 'management-server.ActionEvent.USER-CREATE.User.*':'{"eventDateTime":"2013-12-05 > 12:45:10 -0600","status":"Completed","description":"Successfully completed > creating User. UserName: test2, FirstName :a, LastName: > a","event":"USER.CREATE","entityuuid":"67888f40-80f3-4ec0-9a45-e1f729cf7b36","entity":"com.cloud.user.User","account":"32907226-5dd5-11e3-a6af-d073d0b82aa6","user":"3295ad2c-5dd5-11e3-a6af-d073d0b82aa6"}' > > [x] > 'management-server.ActionEvent.USER-DELETE.User.*':'{"eventDateTime":"2013-12-05 > 12:45:38 -0600","status":"Completed","description":"Successfully completed > deleting User. UserId: > 5","event":"USER.DELETE","entityuuid":"67888f40-80f3-4ec0-9a45-e1f729cf7b36","entity":"com.cloud.user.User","account":"32907226-5dd5-11e3-a6af-d073d0b82aa6","user":"3295ad2c-5dd5-11e3-a6af-d073d0b82aa6"}' > > > Thanks, > > Alex Ough > >