X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-topology%2Fsrc%2Fmain%2Fyang%2Fopendaylight-topology-inventory.yang;h=ceeef45f238046881e1cace964cb814cf7ddede7;hb=67a2d25f63cc03d6291f9b3110e70fac812c3793;hp=33c03ba059722a1a2162c7f3b3559a24c6267b49;hpb=e87fa215eac79bc76b0addbb1f5beebfaa8ca5f7;p=controller.git diff --git a/opendaylight/md-sal/model/model-topology/src/main/yang/opendaylight-topology-inventory.yang b/opendaylight/md-sal/model/model-topology/src/main/yang/opendaylight-topology-inventory.yang index 33c03ba059..ceeef45f23 100644 --- a/opendaylight/md-sal/model/model-topology/src/main/yang/opendaylight-topology-inventory.yang +++ b/opendaylight/md-sal/model/model-topology/src/main/yang/opendaylight-topology-inventory.yang @@ -21,12 +21,14 @@ module opendaylight-topology-inventory { augment "/topo:network-topology/topo:topology/topo:node" { ext:augment-identifier "inventory-node"; - uses inv:node-context-ref; + leaf inventory-node-ref { + type inv:node-ref; + } } augment "/topo:network-topology/topo:topology/topo:node/topo:termination-point" { ext:augment-identifier "inventory-node-connector"; - leaf node-connector { + leaf inventory-node-connector-ref { ext:context-reference "inv:node-connector-context"; type inv:node-connector-ref; }