From 45ac56ef4f49b57bee4aa2cd52e4e41618ae2251 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 19 Oct 2017 16:03:04 -0400 Subject: Ignore ModifiedNodeDoesNotExistException on delete When trying to deleteVnf from operational or config tree, if a ModifiedNodeDoesNotExistException is cause for commit exception it means that the data you are trying to delete does not exist. So you wanted it gone, it's already gone ... log a message at debug level but don't fail the transaction. Change-Id: Iea0f4e78522cc2f437843e2b17080855cd314ea6 Issue-ID: SDNC-137 Signed-off-by: Dan Timoney --- generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic-resource-api/model/src/main') diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index 327c6a2b..2f45ae25 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -829,7 +829,7 @@ module GENERIC-RESOURCE-API { description "The Network Controller will look up the vgmux bearer ip from the vgmux vf module"; type inet:ip-address; } - leaf vgmux-lan-up { + leaf vgmux-lan-ip { description "The Network Controller will look up the vgmux lan ip from the vgmux vg module"; type inet:ip-address; } -- cgit 1.2.3-korg