Merge pull request #1661 from greenqloud/pr-zone-ids-action-events Export UUID for zone creation event completion.Action events have support for exporting their "first class entities" over the event bus, if it's turned on. This works mostly for BaseAsyncCmds and any synchronous command that operates on already-existing entities. They are populated by the ApiServer and found by ActionEventUtils.
Where it tends to falter is when dealing with synchronous creation commands. This commit makes createZone export the zone UUID over the event bus once the zone has been created. * pr/1661: Export UUID for zone creation event completion. Signed-off-by: Rajani Karuturi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/87ef8137 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/87ef8137 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/87ef8137 Branch: refs/heads/master Commit: 87ef8137534fa798101f65c6691fcf71513ac978 Parents: f21477a fb7f5df Author: Rajani Karuturi <[email protected]> Authored: Wed Sep 14 21:24:33 2016 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Wed Sep 14 21:24:33 2016 +0530 ---------------------------------------------------------------------- server/src/com/cloud/configuration/ConfigurationManagerImpl.java | 1 + 1 file changed, 1 insertion(+) ----------------------------------------------------------------------
