From 813947d0a1bcce97c634e3b2e3f3875b404e9782 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 29 Nov 2018 17:00:27 +0100 Subject: [PATCH 1/1] Fix bug 579: removed config-file from supplemental-boot-data Change-Id: I671e6f222f546d108b6f3f26073d6538157c3005 Signed-off-by: garciadeblas --- models/yang/mano-types.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 9fb3713..d5207d9 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -2162,7 +2162,7 @@ module mano-types grouping supplemental-boot-data { description "Grouping for custom vim data"; container supplemental-boot-data { - uses manotypes:config-file; +// uses manotypes:config-file; leaf boot-data-drive { description "Some VIMs implement additional drives to host config-files or meta-data"; type boolean; -- 2.17.1