diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-19 16:03:04 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-19 16:03:56 -0400 |
commit | 45ac56ef4f49b57bee4aa2cd52e4e41618ae2251 (patch) | |
tree | 87f69e5e3b030058047f531ef4ac7e03fea1a5c6 /generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | |
parent | 5fa42107512d9b06cb73877dd35739a0b5186840 (diff) |
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 <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang')
-rw-r--r-- | generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|