----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20522/ -----------------------------------------------------------
Review request for cloudstack. Repository: cloudstack-git Description ------- This patch fixes both issues in the bug CLOUDSTACK-6467. It is a simple change to UserVmStateListener that moves the publishOnEventBus call to before returning in the post transition event, and the publishOnEventBus method now puts the status into the description map to be published on the bus. Diffs ----- server/src/com/cloud/vm/UserVmStateListener.java 202391f Diff: https://reviews.apache.org/r/20522/diff/ Testing ------- Complete single-node environment set up in virtual machine with KVM, with a test listener to check that the UserVmStateListener sends the status as part of the event description map, as well as receives post-transition events for virtual routers from the event bus. Thanks, Jeff Hair