X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fplugins%2Fyang%2Frw-cloud.yang;h=2c7ce6fd9e8522e5f7d731b612c7ef5907da1b0d;hb=e36fcf1de3aa198c2c931c591db3859c09941347;hp=f580e93c84a1db4fe190f278c54bd38d2a742d74;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/common/plugins/yang/rw-cloud.yang b/common/plugins/yang/rw-cloud.yang index f580e93c..2c7ce6fd 100644 --- a/common/plugins/yang/rw-cloud.yang +++ b/common/plugins/yang/rw-cloud.yang @@ -25,15 +25,7 @@ module rw-cloud import rw-pb-ext { - prefix "rwpb"; - } - - import rw-cli-ext { - prefix "rwcli"; - } - - import rw-yang-types { - prefix "rwt"; + prefix "rw-pb-ext"; } import rwcal { @@ -50,9 +42,9 @@ module rw-cloud } container cloud { - rwpb:msg-new CloudConfig; + rw-pb-ext:msg-new CloudConfig; list account { - rwpb:msg-new CloudAccount; + rw-pb-ext:msg-new CloudAccount; description "Configure Cloud Accounts"; max-elements 16; @@ -68,7 +60,7 @@ module rw-cloud leaf sdn-account { description "Configured SDN account associated with this cloud account"; type leafref { - path "/rw-sdn:sdn-account/rw-sdn:name"; + path "/rw-sdn:sdn/rw-sdn:account/rw-sdn:name"; } }