Update pnf-id to pnf-name in LCM API
[ccsdk/sli/northbound.git] / lcm / model / src / main / yang / lcm.yang
index d2ca5fe..188068a 100644 (file)
@@ -313,12 +313,11 @@ module LCM {
                 type string;
                 mandatory false;
             }
-            leaf pnf-id {
+            leaf pnf-name {
                 description "identifies the PNF to which this action is to be applied.";
                 type string;
                 mandatory false;
             }
-
         }
     }