Update the rpc description with the right names 82/48182/2
authorMohamed El-Serngawy <melserngawy@inocybe.com>
Wed, 9 Nov 2016 18:43:25 +0000 (13:43 -0500)
committerMohamed El-Serngawy <melserngawy@inocybe.com>
Thu, 10 Nov 2016 16:34:12 +0000 (11:34 -0500)
Change-Id: I4d7d98c27e5d8200e1b1bdaf5c459860cf9c76b2
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
aaa-cert/src/main/yang/aaa-cert-rpc.yang

index fe3d21ce0574fa673b7e3c159cd98586c5c024bf..f250188adf4c4bcd261df0e924f48255b121acbd 100644 (file)
@@ -59,7 +59,7 @@ module aaa-cert-rpc {
 
     rpc setNodeCertifcate {
         description
-            "Certifcate of the ovs node that will communicate with opendaylight through TLS connection";
+            "Set the certifcate of the network node that will communicate with opendaylight through TLS connection";
         input {
            leaf node-alias {
                type string;
@@ -72,7 +72,7 @@ module aaa-cert-rpc {
 
     rpc getNodeCertifcate {
         description
-            "Get the ovs node certificate based on node alias";
+            "Get the network node certificate based on node alias";
         input {
            leaf node-alias {
                type string;