X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fvnfr.tailf.yang;h=d0b45ddf238815ec6e9e1ba08a2554c467026541;hb=35d84b48b655192bf5427d88c7c73ecb9925c92b;hp=150dc9aec56402fa64dcc56ef366811e9c808c8d;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/models/plugins/yang/vnfr.tailf.yang b/models/plugins/yang/vnfr.tailf.yang index 150dc9ae..d0b45ddf 100644 --- a/models/plugins/yang/vnfr.tailf.yang +++ b/models/plugins/yang/vnfr.tailf.yang @@ -1,7 +1,7 @@ /* * - * Copyright 2016 RIFT.IO Inc + * Copyright 2016-2017 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,15 +31,11 @@ module vnfr-annotation prefix vnfr; } - tailf:annotate "/vnfr:vnfr-catalog" { - tailf:callpoint rw_callpoint; - } - - tailf:annotate "/vnfr:create-alarm" { - tailf:actionpoint rw_actionpoint; + import rw-project { + prefix "rw-project"; } - tailf:annotate "/vnfr:destroy-alarm" { - tailf:actionpoint rw_actionpoint; + tailf:annotate "/rw-project:project/vnfr:vnfr-catalog" { + tailf:callpoint rw_callpoint; } }