Merge "Add description to northbound notification yang files"
authorTomas Cere <tcere@cisco.com>
Fri, 18 Mar 2016 14:50:08 +0000 (14:50 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 18 Mar 2016 14:50:08 +0000 (14:50 +0000)
netconf/netconf-notifications-api/src/main/yang/netconf-northbound-notification.yang
netconf/netconf-notifications-impl/src/main/yang/netconf-northbound-notification-impl.yang

index a770a6e6f8c31ca4182dce1daf3735d556be8e9b..fe0e09e8a787d6ca27777eec0c3d790dc3034bd3 100644 (file)
@@ -5,7 +5,9 @@ module netconf-northbound-notification {
 
     import config { prefix config; revision-date 2013-04-05; }
 
-    description "TODO";
+    description
+        "This module contains the base YANG definitions for
+         netconf northbound notifications API";
 
     revision "2015-08-06" {
             description "Initial revision.";
index cd5ca4641663063a107c0fa31f05e13f6f9858bc..4b5fb35b8ddc6c563fe83fd4576fd3abd1b2f73c 100644 (file)
@@ -6,7 +6,9 @@ module netconf-northbound-notification-impl {
     import config { prefix config; revision-date 2013-04-05; }
     import netconf-northbound-notification { prefix nnn; revision-date 2015-08-06; }
 
-    description "TODO";
+    description
+        "This module contains the base YANG definitions for
+         netconf northbound notifications implementation";
 
     revision "2015-08-07"{
         description "Initial revision.";