X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=df29868ae13e6f4b5b2d70a7eca0c045d5ac98f9;hp=d34a9c5539b18fec77d85f8f7026d39efe208c99;hb=c038a8d7a32f350cf88d952b4978bbaf9585d222;hpb=a3c3ec9802462ebbf40574a97917a8313eb7dfe6;ds=sidebyside diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index d34a9c5..df29868 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -20,15 +20,15 @@ module mano-types { - namespace "urn:ietf:params:xml:ns:yang:nfvo:mano-types"; + namespace "urn:etsi:osm:yang:mano-types"; prefix "manotypes"; import ietf-inet-types { prefix "inet"; } - import rw-project { - prefix "rw-project"; + import osm-project { + prefix "osm-project"; } revision 2017-02-08 { @@ -2304,7 +2304,7 @@ module mano-types description "Project to which this belongs"; type leafref { - path "/rw-project:project/rw-project:name"; + path "/osm-project:project/osm-project:name"; } } }