X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fvnfd.yang;h=51bb9f705b54190de6721956656ef2ea3fbd9816;hb=dddfc18bade6cb5ceb958e90552f49b7dcdd475c;hp=1dfb459f4e6eee4c64d7ceafdcdc626e7f5ba497;hpb=68e67b11b786da7d22af5d0e9e534ef67019aa0b;p=osm%2FSO.git diff --git a/models/plugins/yang/vnfd.yang b/models/plugins/yang/vnfd.yang index 1dfb459f..51bb9f70 100644 --- a/models/plugins/yang/vnfd.yang +++ b/models/plugins/yang/vnfd.yang @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -292,10 +292,11 @@ module vnfd case vim-network-profile { leaf ip-profile-ref { description "Named reference to IP-profile object"; - type string; + type leafref { + path "../../ip-profiles/name"; + } } } - } } @@ -453,7 +454,7 @@ module vnfd } uses manotypes:volume-info; - } + } } list vdu-dependency {