Updated ext:context-reference to point to right identity. 40/1840/1
authorMartin Vitez <mvitez@cisco.com>
Fri, 11 Oct 2013 16:52:46 +0000 (18:52 +0200)
committerMartin Vitez <mvitez@cisco.com>
Fri, 11 Oct 2013 16:54:01 +0000 (18:54 +0200)
Change-Id: I36d79271ff16e5cfcc3117c563b8ca3cb2237889
Signed-off-by: Martin Vitez <mvitez@cisco.com>
opendaylight/md-sal/model/model-flow-statistics/src/main/yang/flow-statistics.yang
opendaylight/md-sal/model/pom.xml

index 7e00a36c0d8a9ba27c21868321bc4440f2a30e6e..c4f151f0abd867aa7c945dd05e67aafca5e1f490 100644 (file)
@@ -15,7 +15,7 @@ module opendaylight-flow-statistics {
     rpc get-node-connector-statistics {
         input {
             leaf node {
-                ext:context-reference "node-context";
+                ext:context-reference "inv:node-context";
                 type inv:node-ref;
             }
             leaf node-connector {
@@ -34,7 +34,7 @@ module opendaylight-flow-statistics {
     rpc get-flow-statistics {
         input {
             leaf node {
-                ext:context-reference "node-context";
+                ext:context-reference "inv:node-context";
                 type inv:node-ref;
             }
             uses flow-types:flow;
@@ -51,7 +51,7 @@ module opendaylight-flow-statistics {
     rpc get-flow-table-statistics {
         input {
             leaf node {
-                ext:context-reference "node-context";
+                ext:context-reference "inv:node-context";
                 type inv:node-ref;
             }
         }
@@ -67,4 +67,4 @@ module opendaylight-flow-statistics {
         uses flow-types:flow-table-statistics;
     }
 
-}
\ No newline at end of file
+}
index 23c25ea34e63b8ea96f6359f509f1f020a974c3a..a5554822cd21792692fbd58dac97644a26bde62d 100644 (file)
                         <version>${yang.codegen.version}</version>
                         <type>jar</type>
                     </dependency>
+                    <dependency>
+                        <groupId>org.opendaylight.yangtools</groupId>
+                        <artifactId>yang-binding</artifactId>
+                        <version>${yang.codegen.version}</version>
+                        <type>jar</type>
+                    </dependency>
                 </dependencies>
             </plugin>
             <plugin>