X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fmano-types.yang;h=4ec602cb7de466e67fb9d9781f684574143fb1b2;hb=cfe319b9a407fd985bf8e901e79fefc711017cce;hp=ab234be4b77d8ba7aab5b0967f14ae7a66ea1122;hpb=68d0d9584a9cacc929067cd1cb5019d395f98fe6;p=osm%2FSO.git diff --git a/models/plugins/yang/mano-types.yang b/models/plugins/yang/mano-types.yang index ab234be4..4ec602cb 100644 --- a/models/plugins/yang/mano-types.yang +++ b/models/plugins/yang/mano-types.yang @@ -227,7 +227,7 @@ module mano-types leaf protocol { description - "Protocol to use for NETCONF such as ssh"; + "Protocol to use for NETCONF, such as ssh"; type enumeration { enum None; enum ssh; @@ -313,7 +313,7 @@ module mano-types leaf config-priority { description "Configuration priority - order of configuration - to be applied to each VNF in this NS ,A low + to be applied to each VNF in this NS. A low number takes precedence over a high number"; type uint64; } @@ -1252,14 +1252,17 @@ module mano-types key id; leaf id { + description "Identifier for control parameter"; type string; } leaf name { + description "Name of a control parameter"; type string; } leaf description { + description "A description of the control parameter"; type string; }