X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ftemporal%2Factivities%2Fvnf.py;h=0c5b22e2fadb469ee65ed317e0aa54dd23ce6e33;hb=63c7ce8974a2d4ae295b5d61a81386bf6af734f2;hp=81f2982c191bf87f0ad0072a42aa8f898cdbc172;hpb=989602b0ef620c0b310d9dd4adeb9f387ca35023;p=osm%2Fcommon.git diff --git a/osm_common/temporal/activities/vnf.py b/osm_common/temporal/activities/vnf.py index 81f2982..0c5b22e 100644 --- a/osm_common/temporal/activities/vnf.py +++ b/osm_common/temporal/activities/vnf.py @@ -123,7 +123,7 @@ class GetVnfRecord(BaseActivity): """Gets the VNF record and VNF descriptor from Database. Collaborators: - DB read: vnfrs, vnfds + DB read: vnfrs Raises (retryable): DbException: If DB read operations fail, the collection or DB record ID does not exist. @@ -160,9 +160,8 @@ class GetVnfRecord(BaseActivity): Attributes: ----------- - vnf_details: list[(vnfr_ids: str, vnf_member_index_ref: str), .. ] - List of tuples including VNF details associated with the NS. - Tuple(VNF record IDs, vnf_member_index_ref) + vnfr: dict + The VNF record """ vnfr: dict