----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21435/ -----------------------------------------------------------
Review request for cloudstack. Repository: cloudstack-git Description ------- The HypervisorTemplateAdapter are publishing the event on event bus sending the enityType and entityUUID as null. Without this informations, the listener on event bus cant get the template that was deleted. Just modified the HypervisorTemplateAdapter.java to pass the right params to the UsageEventUtils publishUsageEvent method. Diffs ----- server/src/com/cloud/template/HypervisorTemplateAdapter.java 71eac66 Diff: https://reviews.apache.org/r/21435/diff/ Testing ------- Thanks, Gustavo Nery