X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Focloud.py;h=0829fb9804ec1e1f5edeaf096444747e02ae0521;hb=71f8155b3b60befb21aabaffe0b0cf4d940eda61;hp=513907a0feccdab3f587951dab2e311187ab8ce3;hpb=387ee50cfe8e97ba211464c311bb7b6eb9ee2961;p=pti%2Fo2.git diff --git a/o2ims/domain/ocloud.py b/o2ims/domain/ocloud.py index 513907a..0829fb9 100644 --- a/o2ims/domain/ocloud.py +++ b/o2ims/domain/ocloud.py @@ -14,7 +14,7 @@ from __future__ import annotations -from o2ims.domain.base import AgRoot +from o2common.domain.base import AgRoot # from dataclasses import dataclass # from datetime import date # from typing import Optional, List, Set @@ -95,6 +95,7 @@ class Resource(AgRoot): self.resourceTypeId = resourceTypeId self.resourcePoolId = resourcePoolId self.parentId = parentId + self.path = str() self.elements = elements self.description = description self.extensions = []