From: Chayal, Avteet (ac229e) Date: Fri, 12 Oct 2018 03:36:22 +0000 (+0000) Subject: Changed modelCustomizationName to optional X-Git-Tag: 1.2.3~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ce3154a2c934575a49097a6e725ca65f736defec;p=optf%2Fosdf.git Changed modelCustomizationName to optional Changed modelCustomizationName from mandatory to optional Issue-ID: OPTFRA-375 Change-Id: Id1d31acc747816efdae0cf73905cfc7af964bf5f Signed-off-by: Chayal, Avteet (ac229e) --- 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):