From: hoban Date: Tue, 12 Dec 2017 18:03:13 +0000 (+0100) Subject: Merge "Generation of text and html trees with pyang to navigate through the IM" X-Git-Tag: v3.0.3~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=14ac7418d9804040bf5af0e2b032b0262332532b;hp=e4eafa8b6aaa60f86ba7dcd3f4ecc98e055b82f4 Merge "Generation of text and html trees with pyang to navigate through the IM" --- diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 8950c7a..654fcbb 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -191,7 +191,7 @@ module mano-types } } } - + grouping image-properties { leaf image { description @@ -272,6 +272,11 @@ module mano-types description "Juju charm to use with the VNF or VDU."; type string; } + leaf proxy { + description "Is this a proxy charm?"; + type boolean; + default true; + } uses manotypes:vca-relationships; } }