Remove scaling-type. Added description to aggregation-type.
[osm/IM.git] / models / yang / nsd-base.yang
index aded995..f11ab22 100644 (file)
@@ -61,17 +61,6 @@ module nsd-base
     }
   }
 
-  typedef scaling-policy-type {
-    type enumeration {
-      enum manual {
-        value 1;
-      }
-      enum automatic {
-        value 2;
-      }
-    }
-  }
-
   typedef scaling-criteria-operation {
     type enumeration {
       enum AND {
@@ -270,12 +259,6 @@ module nsd-base
           type string;
         }
 
-        leaf scaling-type {
-          description
-              "Type of scaling";
-          type scaling-policy-type;
-        }
-
         leaf enabled {
           description
             "Specifies if the scaling policy can be applied";