pyang fixes for service models
[controller.git] / opendaylight / md-sal / model / model-flow-service / src / main / yang / table-service.yang
diff --git a/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang b/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang
deleted file mode 100644 (file)
index 02a63cb..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-module sal-table {
-    namespace "urn:opendaylight:table:service";
-    prefix table;
-
-    import yang-ext {prefix ext; revision-date "2013-07-09";}
-    import opendaylight-inventory {prefix inv;revision-date "2013-08-19";}
-    import opendaylight-table-types {prefix table-type;revision-date "2013-10-26";}
-    import flow-capable-transaction {prefix tr;}
-
-    revision "2013-10-26" {
-        description "Initial revision of table service";
-    }
-    
-    /** Base configuration structure **/
-    grouping table-update {
-        uses "inv:node-context-ref";
-        container original-table {
-            uses table-type:table-features;
-        }
-        container updated-table {
-            uses table-type:table-features;
-        }
-    }
-    
-    rpc update-table {
-        input {
-            uses table-update;
-            uses tr:transaction-aware;
-        }
-        output {
-            uses tr:transaction-aware;
-        }
-    }
-    
-    notification table-updated {
-        uses "inv:node-context-ref";
-        uses tr:transaction-aware;
-        leaf moreReplies {
-            type boolean;
-        }
-        uses table-type:table-features;
-    }
-}
\ No newline at end of file