X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fvnfd.yang;h=a825be1cc0eb0c21a146da2e18e508a9d23d0d07;hb=3f1ff0e426e6838e5b089805582dfd4a396e4b7e;hp=26f0a9fbf15c99987e631b5149a6b2f83320a3cc;hpb=5805c8151d111510d795c6a37e211b601b5a7946;p=osm%2FSO.git diff --git a/models/plugins/yang/vnfd.yang b/models/plugins/yang/vnfd.yang index 26f0a9fb..a825be1c 100644 --- a/models/plugins/yang/vnfd.yang +++ b/models/plugins/yang/vnfd.yang @@ -70,7 +70,6 @@ module vnfd leaf port-security-enabled { description "Enables the port security for the port"; type boolean; - default true; } } @@ -181,7 +180,7 @@ module vnfd "Use the default management interface on this VDU."; leaf vdu-id { type leafref { - path "/vnfd:vnfd-catalog/vnfd:vnfd/vnfd:vdu/vnfd:id"; + path "../../vdu/id"; } } } @@ -191,7 +190,7 @@ module vnfd "Use the ip address associated with this connection point."; leaf cp { type leafref { - path "/vnfd:vnfd-catalog/vnfd:vnfd/vnfd:connection-point/vnfd:name"; + path "../../connection-point/name"; } } }