Remove the remaining netvirt code from ovsdb
[ovsdb.git] / openstack / net-virt / src / main / yang / netvirt-impl.yang
diff --git a/openstack/net-virt/src/main/yang/netvirt-impl.yang b/openstack/net-virt/src/main/yang/netvirt-impl.yang
deleted file mode 100644 (file)
index 2057257..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-module netvirt-impl {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:netvirt:impl";
-    prefix "netvirt-impl";
-
-    import config { prefix config; revision-date 2013-04-05; }
-    import opendaylight-md-sal-binding { prefix md-sal-binding; revision-date 2013-10-28;}
-    import opendaylight-entity-ownership-service {prefix eos; revision-date 2015-08-10;}
-
-    description
-        "Service definition for netvirt project";
-
-    revision "2015-05-13" {
-        description
-            "Initial revision";
-    }
-
-    identity netvirt-impl {
-        base config:module-type;
-        config:java-name-prefix netvirtImpl;
-    }
-
-    augment "/config:modules/config:module/config:configuration" {
-        case netvirt-impl {
-            when "/config:modules/config:module/config:type = 'netvirt-impl'";
-            container broker {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity md-sal-binding:binding-broker-osgi-registry;
-                    }
-                }
-            }
-            container clustering-entity-ownership-service {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity eos:entity-ownership-service;
-                    }
-                }
-            }
-            leaf conntrack-enabled {
-                type boolean;
-            }
-        }
-    }
-}
\ No newline at end of file