diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-10-01 11:46:17 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-10-01 12:36:59 -0700 |
commit | c6f03aa3d0fc3cbfbd0d22c7e4e4c0b60d7d70d1 (patch) | |
tree | 82ad3d4bde4183f8c710b8f3aec1364169f636ed /bpmn/MSOCommonBPMN/src | |
parent | e99bae0b520e411d4f21fdcc970dffeedcfa7e0c (diff) |
Fix CreateVfModule Instantiation Error
Issue-ID: SO-1097
Change-Id: I0eff52da7b90450d2a8b9d3ab5d1d92c245bb4f6
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/src')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy index 70f91671a8..7028f6eeed 100644 --- a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy +++ b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy @@ -269,6 +269,7 @@ class OofHoming extends AbstractServiceTaskProcessor { if (oofDirectives != null && oofDirectives != "") { resource.getHomingSolution().setOofDirectives(oofDirectives) + execution.setVariable("oofDirectives", oofDirectives) utils.log("DEBUG", "***** OofDirectives is: " + oofDirectives + " *****", "true") } |