Changed modelCustomizationName to optional 30/70330/2
authorChayal, Avteet (ac229e) <ac229e@att.com>
Fri, 12 Oct 2018 03:36:22 +0000 (03:36 +0000)
committerVikas Varma <vv8305@att.com>
Fri, 12 Oct 2018 04:33:11 +0000 (04:33 +0000)
Changed modelCustomizationName from mandatory to optional

Issue-ID: OPTFRA-375
Change-Id: Id1d31acc747816efdae0cf73905cfc7af964bf5f
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
osdf/models/api/placementRequest.py

index aa71eac..55f0a98 100644 (file)
@@ -48,7 +48,7 @@ class ModelMetaData(OSDFModel):
     modelName = StringType()
     modelType = StringType()
     modelVersion = StringType()
-    modelCustomizationName = StringType(required=True)
+    modelCustomizationName = StringType()
 
 
 class LicenseModel(OSDFModel):