X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Finstance_topics.py;h=c9be059931d3f19e3578d99f337e7b2d093fb4b2;hp=6121ff2c860668cc22fe3dfd8dbcffce51882ca1;hb=72b16e11ed95b5fc879516cdcd3d739710e26135;hpb=2a929042e82cf1e010da9d8ff516f96159a57efd diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 6121ff2..c9be059 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -765,6 +765,7 @@ class NsLcmOpTopic(BaseTopic): if vdur_interface.get("mgmt-vnf"): vnfr_update_rollback["ip-address"] = vnfr.get("ip-address") vnfr_update["ip-address"] = pdu_interface["ip-address"] + vnfr_update[vdu_text + ".ip-address"] = pdu_interface["ip-address"] if pdu_interface.get("vim-network-name") or pdu_interface.get("vim-network-id"): ifaces_forcing_vim_network.append({ "name": vdur_interface.get("vnf-vld-id") or vdur_interface.get("ns-vld-id"),