projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2a2a9
)
Bug 2237 fixed: added a continue to the vdur verification in the update_ns_vld_target...
51/13251/2
author
Pedro Escaleira
<escaleira@av.it.pt>
Thu, 20 Apr 2023 14:22:16 +0000
(15:22 +0100)
committer
cubag
<gcuba@whitestack.com>
Fri, 14 Jul 2023 16:39:21 +0000
(18:39 +0200)
Change-Id: I2919d846d35a115e9b884ba333a7501b780d1f5b
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
7a73326
..
a3cdb74
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-904,7
+904,7
@@
class NsLcm(LcmBase):
)
vdur = next((vdur for vdur in target_vnf.get("vdur", ())), None)
if not vdur:
- return
+ continue
for a_index, a_vld in enumerate(target["ns"]["vld"]):
target_vld = find_in_list(
get_iterable(vdur, "interfaces"),