X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2dms%2Fdomain%2Fdms.py;h=31932eee244875fd6baaa73b1fd59661db3e1722;hb=c3ab2dcb442a0e66b7a621c59c6c7a679c26cee9;hp=ceef458de539ff17f4cf29a5a700ab6899a05769;hpb=84867b76a65efc4e9add52c86eae7e451c4a038d;p=pti%2Fo2.git diff --git a/o2dms/domain/dms.py b/o2dms/domain/dms.py index ceef458..31932ee 100644 --- a/o2dms/domain/dms.py +++ b/o2dms/domain/dms.py @@ -23,9 +23,9 @@ class NfDeploymentDesc(AgRoot): super().__init__() self.id = id self.version_number = 0 - self.dmsId = dmsId + self.deploymentManagerId = dmsId self.name = name self.description = description self.inputParams = inputParams self.outputParams = outputParams - self.extensions = [] + # self.extensions = []