diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-05-09 11:03:53 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-05-09 11:53:52 +0200 |
commit | 4545e770dd5ab7cab80ea115ed326e60a944cbc4 (patch) | |
tree | de696c84c0f7cb2e18ac441cbdfbd08d56477805 /src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json | |
parent | c87a8c05937361d7d5fd239c75f8bca60f543068 (diff) |
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 <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json')
-rw-r--r-- | src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json b/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json index f8f53165..012c46e9 100644 --- a/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json +++ b/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json @@ -40,7 +40,8 @@ "cbs_host": "config-binding-service.dcae.svc.cluster.local", "cbs_port": "10000", "external_port": "32012", - "policy_id": "AUTO_GENERATED_POLICY_ID_AT_SUBMIT" + "policy_id": "AUTO_GENERATED_POLICY_ID_AT_SUBMIT", + "policy_model_id": "onap.policies.monitoring.cdap.tca.hi.lo.app" } } ] |