From d6715b1d22bbbb31ba48125936d927bf3b28212b Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 6 Feb 2020 15:03:54 -0600 Subject: Change recipe to operation to match type Issue-ID: POLICY-2345 Signed-off-by: jhh Change-Id: I4a79459cf7dfdccd7d9d88ec983afb6bce746493 Signed-off-by: jhh --- .../main/resources/policies/vCPE.policy.operational.input.tosca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json') diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json index 6f3545b9b..6d9c03052 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json +++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json @@ -21,7 +21,7 @@ "description": "Restart the VM", "operation": { "actor": "APPC", - "recipe": "Restart", + "operation": "Restart", "target": { "type": "VNF" } -- cgit 1.2.3-korg