diff options
author | xuegao <xg353y@intl.att.com> | 2020-02-13 10:35:39 +0100 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2020-02-13 11:34:26 +0100 |
commit | 4c2423d5e53a8021cb100eb3862efa2c3e7d713e (patch) | |
tree | d07abf9a91cfc5ba4ef2f6b57f0a4f55b044cb02 /src/test/resources/clds | |
parent | f4709e13c38a15c889d3550d707b8e2c40187195 (diff) |
Fix deploy flow bug
Fix the bug in the deploy flow for multi blueprint cases.
Issue-ID: CLAMP-571
Change-Id: I368cefafcba34a8ba3bd6be1eb22064995364d23
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'src/test/resources/clds')
-rw-r--r-- | src/test/resources/clds/camel/routes/dcae-flows.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/clds/camel/routes/dcae-flows.xml b/src/test/resources/clds/camel/routes/dcae-flows.xml index 8088c2a40..f40207cc7 100644 --- a/src/test/resources/clds/camel/routes/dcae-flows.xml +++ b/src/test/resources/clds/camel/routes/dcae-flows.xml @@ -35,7 +35,7 @@ </setProperty> <setBody> <method ref="org.onap.clamp.loop.components.external.DcaeComponent" - method="getDeployPayload(${exchangeProperty[loopObject]},${exchangeProperty[microServicePolicy].getName()})" /> + method="getDeployPayload(${exchangeProperty[loopObject]},${exchangeProperty[microServicePolicy]})" /> </setBody> <setProperty propertyName="dcaeDeploymentId"> <method ref="org.onap.clamp.loop.components.external.DcaeComponent" |