Merge "Fix Typo in RPC Name"
[aaa.git] / aaa-cert / src / main / yang / aaa-cert-rpc.yang
index fe3d21ce0574fa673b7e3c159cd98586c5c024bf..35e8b037cbac24cbd8f812769ae31e74c2db0a64 100644 (file)
@@ -42,11 +42,11 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc setODLCertifcate {
+    rpc setODLCertificate {
         description
-            "The certifcate should be generated based on
-            a certifcate request generated from the ctl.jks
-            keystore otherwise the certifcated will not be added to ctl keystore";
+            "The certificate should be generated based on
+            a certificate request generated from the ctl.jks
+            keystore otherwise the certificate will not be added to ctl keystore";
         input {
             leaf odl-cert-alias {
                 type string;
@@ -57,9 +57,9 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc setNodeCertifcate {
+    rpc setNodeCertificate {
         description
-            "Certifcate of the ovs node that will communicate with opendaylight through TLS connection";
+            "Set the certificate of the network node that will communicate with opendaylight through TLS connection";
         input {
            leaf node-alias {
                type string;
@@ -70,9 +70,9 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc getNodeCertifcate {
+    rpc getNodeCertificate {
         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;
@@ -84,4 +84,4 @@ module aaa-cert-rpc {
             }
         }
     }
-}
\ No newline at end of file
+}