You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/09/28 09:46:30 UTC

[39/50] [abbrv] git commit: updated refs/heads/4.9-bountycastle-daan to b9ee34f

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 <ra...@accelerite.com>


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/4.9-bountycastle-daan
Commit: 87ef8137534fa798101f65c6691fcf71513ac978
Parents: f21477a fb7f5df
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Wed Sep 14 21:24:33 2016 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Wed Sep 14 21:24:33 2016 +0530

----------------------------------------------------------------------
 server/src/com/cloud/configuration/ConfigurationManagerImpl.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------