-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16249/
-----------------------------------------------------------
(Updated Jan. 22, 2014, 2:07 p.m.)
Review request for cloudstack and Murali Reddy.
Changes
-------
Uploaded patch for master
Bugs: CLOUDSTACK-5496
https://issues.apache.org/jira/browse/CLOUDSTACK-5496
Repository: cloudstack-git
Description
-------
CLOUDSTACK-5496 : Account included in ActionEvents is Project Account ID
When Action Events are generated and placed on the Event Bus, an "account"
parameter is included with the event. When these events are generated for
resources within projects, this "account" parameter is not useful as it's the
UUID of the project account, instead of the project.
To solve this, I updated ActionEventsUtil class to include a "project"
parameter in the generated events when the resource is being
changed/add/deleted in a project.
Diffs (updated)
-----
server/src/com/cloud/event/ActionEventUtils.java 0363a0d
server/test/org/apache/cloudstack/affinity/AffinityApiUnitTest.java 061fd42
Diff: https://reviews.apache.org/r/16249/diff/
Testing
-------
Testing done 4.2
Thanks,
David Grizzanti