Add blueprint wiring for netconf-client
[netconf.git] / netconf / netconf-config-dispatcher / src / main / yang / odl-netconf-cfg.yang
index a3c575dc80315880ebf47e0998e7dc12e9211a2c..be1f08c5bcc59620ef5c0dd5e77ea2d77c08ff31 100644 (file)
@@ -1,6 +1,10 @@
 // vi: set smarttab et sw=4 tabstop=4:
 module odl-netconf-cfg {
 
+/**
+* TODO Delete this YANG file as soon as https://git.opendaylight.org/gerrit/#/c/46621/ is merged.
+*/
+
     yang-version 1;
     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf";
     prefix "cfg-net";
@@ -24,7 +28,6 @@ module odl-netconf-cfg {
     }
 
     identity netconf-client-dispatcher {
-
         base "config:service-type";
         config:java-class "org.opendaylight.netconf.client.NetconfClientDispatcher";
     }