Modify vnf query related stuffs in vnflcm.
[vfc/gvnfm/vnflcm.git] / lcm / lcm / nf / serializers / scale_info.py
index 041e4ea..08372e7 100644 (file)
@@ -25,7 +25,5 @@ class ScaleInfoSerializer(serializers.Serializer):
     scaleLevel = serializers.IntegerField(
         help_text="Indicates the scale level. \
         The minimum value shall be 0 and the maximum value shall be <= maxScaleLevel as described in the VNFD.",
-        max_length=255,
         required=True,
-        allow_null=False,
-        allow_blank=False)
+        allow_null=False)