Removed unused scaling rpc handler code
[osm/SO.git] / models / plugins / yang / nsr.yang
index 97c32de..365387f 100644 (file)
@@ -1404,67 +1404,4 @@ module nsr
     }
   }
 
-  rpc exec-scale-in {
-    description "Executes scale out request";
-
-    input {
-
-      leaf nsr-id-ref {
-        description "Reference to NSR ID ref";
-        type leafref {
-          path "/nsr:ns-instance-config/nsr:nsr/nsr:id";
-        }
-      }
-
-      leaf scaling-group-name-ref {
-        description "name of the scaling group";
-        type string;
-      }
-
-      leaf instance-id {
-        description "id of the scaling group";
-        type uint64;
-      }
-
-
-    }
-    output {
-      leaf instance-id {
-        description "id of the scaling group";
-        type uint64;
-      }
-    }
-  }
-
-  rpc exec-scale-out {
-    description "Executes scale out request";
-
-    input {
-
-      leaf nsr-id-ref {
-        description "Reference to NSR ID ref";
-        type leafref {
-          path "/nsr:ns-instance-config/nsr:nsr/nsr:id";
-        }
-      }
-
-      leaf scaling-group-name-ref {
-        description "name of the scaling group";
-        type string;
-      }
-
-      leaf instance-id {
-        description "id of the scaling group";
-        type uint64;
-      }
-
-    }
-    output {
-     leaf instance-id {
-        description "id of the scaling group";
-        type uint64;
-      }
-    }
-  }
-
 }