X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=common%2Fplugins%2Fyang%2Frw-cloud.tailf.yang;h=0f2167062187f71e36ed5218a742711a9c885d96;hb=a3bb91f092d378448cb870eccd45d43865de143c;hp=3838ab7b2af2b9cfb4506b1064651f66597d94e0;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/common/plugins/yang/rw-cloud.tailf.yang b/common/plugins/yang/rw-cloud.tailf.yang index 3838ab7b..0f216706 100644 --- a/common/plugins/yang/rw-cloud.tailf.yang +++ b/common/plugins/yang/rw-cloud.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. @@ -27,15 +27,19 @@ module rw-cloud-annotation prefix rw-cloud; } + import rw-project { + prefix "rw-project"; + } + import tailf-common { - prefix tailf; + prefix tailf-common; } - tailf:annotate "/rw-cloud:cloud/rw-cloud:account/rw-cloud:connection-status" { - tailf:callpoint rw_callpoint; + tailf-common:annotate "/rw-project:project/rw-cloud:cloud/rw-cloud:account/rw-cloud:connection-status" { + tailf-common:callpoint rw_callpoint; } - tailf:annotate "/rw-cloud:update-cloud-status" { - tailf:actionpoint rw_actionpoint; + tailf-common:annotate "/rw-cloud:update-cloud-status" { + tailf-common:actionpoint rw_actionpoint; } }