From 9a4066e8a8721ef8baaadafc50f0d6ebf115ce4f Mon Sep 17 00:00:00 2001 From: vidhyasree Date: Wed, 4 Apr 2018 16:54:27 -0400 Subject: [PATCH] Dg changes to fix methodnotfound exception APPC_chef.json is updated with vnfc instead of Vnfc to allow the method callouts and to sinkup with the method names in chefAdapterImpl.java Issue-ID: APPC-829 Change-Id: I04bd9c720869117962c4dbe731abb22945fc03ee Signed-off-by: vidhyasree --- .../provider/src/main/resources/json/APPC/APPC_chef.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_chef.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_chef.json index 3540df95d..c836c32f0 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_chef.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_chef.json @@ -32,7 +32,7 @@ "id": "1d0bb40c.e8fb94", "type": "execute", "name": "Environment", - "xml": "\n \n \n \n", + "xml": "\n \n \n \n", "comments": "", "outputs": 1, "x": 310.3636474609375, @@ -66,8 +66,8 @@ { "id": "1758c3a6.d6b804", "type": "execute", - "name": "VnfcNodeobjects", - "xml": "\n \n \n \n\n", + "name": "vnfcNodeobjects", + "xml": "\n \n \n \n\n", "comments": "", "outputs": 1, "x": 860.54541015625, @@ -217,7 +217,7 @@ "id": "acec1dfa.289128", "type": "execute", "name": "pushJob", - "xml": "\n\t \n\t \n\t \n\t\n\t\n\t\n\t", + "xml": "\n\t \n\t \n\t \n\t\n\t\n\t\n\t", "comments": "", "outputs": 1, "x": 1823.727294921875, -- 2.16.6