X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=b6350ae4ca045ce6c878ecc237f2b6271dfb1050;hp=ce51c70c3be63937f3e44633244a2122ae158b11;hb=22a4e224541913a1763a5982c9a7022857b61710;hpb=e304a4dfc53b76d714238e42a52f45422d478ae0 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index ce51c70..b6350ae 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 @@ -273,6 +273,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; } }