From: tierno Date: Tue, 14 Jul 2020 15:39:07 +0000 (+0000) Subject: bug 1146 adding vnf.vdur.name for PDUs X-Git-Tag: release-v9.0-start~33 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=1d81bad8e723b0b08e60974dba3f8b939e41ec2c bug 1146 adding vnf.vdur.name for PDUs Change-Id: I862a1ec95499bd285a44aab3f3527e0c1c80af65 Signed-off-by: tierno --- diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 12deff7..7d7ef46 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -425,6 +425,7 @@ class NsrTopic(BaseTopic): vdur["boot-data-drive"] = vdu["supplemental-boot-data"]["boot-data-drive"] if vdu.get("pdu-type"): vdur["pdu-type"] = vdu["pdu-type"] + vdur["name"] = vdu["pdu-type"] # TODO volumes: name, volume-id for icp in vdu.get("internal-connection-point", ()): vdu_icp = {