GitHub user ProjectMoon opened a pull request: https://github.com/apache/cloudstack/pull/1661
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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/greenqloud/cloudstack pr-zone-ids-action-events Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1661.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1661 ---- commit fb7f5dfa37d76de66de52b0d8a10470b436fdf1a Author: jeff <j...@greenqloud.com> Date: 2016-08-24T16:19:16Z Export UUID for zone creation event completion. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---