X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fservice%2Fauditor%2Fagg_network_handler.py;h=5feb70067b910f50788426dea9395923e9c481a4;hb=5c06a061d32abdfefcc2c2d562a444db030f3135;hp=5a5b02efc456f456b1f48db236824c42434a80c0;hpb=748a90298e8abff7f1ff2fdec6a36c2775fe7161;p=pti%2Fo2.git diff --git a/o2ims/service/auditor/agg_network_handler.py b/o2ims/service/auditor/agg_network_handler.py index 5a5b02e..5feb700 100644 --- a/o2ims/service/auditor/agg_network_handler.py +++ b/o2ims/service/auditor/agg_network_handler.py @@ -107,8 +107,7 @@ def create_by(stxobj: StxGenericModel, parentid: str, resourcetype_id: str) \ gAssetId = '' # TODO: global ID description = "%s : A Network Aggregate server resource" % stxobj.name resource = Resource(stxobj.id, resourcetype_id, resourcepool_id, - stxobj.name, parent_id, gAssetId, stxobj.content, - description) + parent_id, gAssetId, stxobj.content, description) resource.createtime = stxobj.createtime resource.updatetime = stxobj.updatetime resource.hash = stxobj.hash