From 4545e770dd5ab7cab80ea115ed326e60a944cbc4 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 9 May 2019 11:03:53 +0200 Subject: Fix model type searching Change the way we get the model type in the dcaeblueprint Issue-ID: CLAMP-370 Change-Id: I961a20e5d993049c73acd67b6cbfe245e1676dda Signed-off-by: sebdet --- src/test/resources/example/sdc/blueprint-dcae/tca.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources/example/sdc/blueprint-dcae/tca.yaml') diff --git a/src/test/resources/example/sdc/blueprint-dcae/tca.yaml b/src/test/resources/example/sdc/blueprint-dcae/tca.yaml index edaa0be2..0cb9cdb6 100644 --- a/src/test/resources/example/sdc/blueprint-dcae/tca.yaml +++ b/src/test/resources/example/sdc/blueprint-dcae/tca.yaml @@ -17,7 +17,7 @@ node_templates: properties: policy_id: get_input: policy_id - policy_type_id: onap.policies.monitoring.cdap.tca.hi.lo.app + policy_model_id: "onap.policies.monitoring.cdap.tca.hi.lo.app" cdap_host_host: type: dcae.nodes.StreamingAnalytics.SelectedCDAPInfrastructure properties: -- cgit 1.2.3-korg