From ce3154a2c934575a49097a6e725ca65f736defec Mon Sep 17 00:00:00 2001 From: "Chayal, Avteet (ac229e)" Date: Fri, 12 Oct 2018 03:36:22 +0000 Subject: Changed modelCustomizationName to optional Changed modelCustomizationName from mandatory to optional Issue-ID: OPTFRA-375 Change-Id: Id1d31acc747816efdae0cf73905cfc7af964bf5f Signed-off-by: Chayal, Avteet (ac229e) --- osdf/models/api/placementRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdf/models/api/placementRequest.py b/osdf/models/api/placementRequest.py index aa71eac..55f0a98 100644 --- a/osdf/models/api/placementRequest.py +++ b/osdf/models/api/placementRequest.py @@ -48,7 +48,7 @@ class ModelMetaData(OSDFModel): modelName = StringType() modelType = StringType() modelVersion = StringType() - modelCustomizationName = StringType(required=True) + modelCustomizationName = StringType() class LicenseModel(OSDFModel): -- cgit 1.2.3-korg