diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-02-20 15:40:08 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-02-20 18:25:15 -0600 |
commit | 4d99fa993f76b9bc271dff7dbe336b281800403e (patch) | |
tree | 8e25e68d7f845c02b3231785fe85725f8af5a16a /models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json | |
parent | f6da7772d9dc01ce4ddd21a55b0f1c5fb7ad814f (diff) |
Corrections in vCPE and vFW tosca to match spec.
Issue-ID: POLICY-2375
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ibffc67dd0b68da8597a5fdff7c65321ef4313352
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json')
-rw-r--r-- | models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json b/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json index d73853735..aeac3093d 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json +++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.json @@ -26,7 +26,7 @@ "actor": "APPC", "recipe": "Restart", "target": { - "type": "VM" + "targetType": "VM" }, "retry": 3, "timeout": 1200, |