X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=654fcbb49c4f96e09e81b6cfb792e8e55e685b43;hp=8950c7a2e674d73d8cb9dff67724304e2fc31e01;hb=ef75eab03f4adc346be199c8a113d3083171738d;hpb=989442ed148edbd11f94e48a8ebb40ddd7d5d65b 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; } }