X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2ims%2Fservice%2Fauditor%2Fagg_storage_handler.py;h=3a3d5e4dab41d7045ad750ef1bc9ea05710a0165;hb=516ed2aeb97e09044fb79ca1b6d26e81e2f64edd;hp=6fddf194aa470000e60ffef3bf4d2a304d377c95;hpb=7762dca97d4714f79b723e6d3759e954793fb33f;p=pti%2Fo2.git diff --git a/o2ims/service/auditor/agg_storage_handler.py b/o2ims/service/auditor/agg_storage_handler.py index 6fddf19..3a3d5e4 100644 --- a/o2ims/service/auditor/agg_storage_handler.py +++ b/o2ims/service/auditor/agg_storage_handler.py @@ -107,8 +107,7 @@ def create_by(stxobj: StxGenericModel, parentid: str, resourcetype_id: str) \ gAssetId = '' # TODO: global ID description = "%s : A Storage 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