projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffe6b7
)
Bug 2364 fixed: Performing NS-Heal when there are two NS with same member-vnf-index
86/14286/2
author
36970
<jegan.s@tataelxsi.co.in>
Mon, 1 Apr 2024 11:32:30 +0000
(11:32 +0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 5 Apr 2024 10:23:26 +0000
(12:23 +0200)
Change-Id: Iecdf20402467342b079a933dc284a338e93191ea
Signed-off-by: 36970 <jegan.s@tataelxsi.co.in>
osmclient/sol005/vnf.py
patch
|
blob
|
history
diff --git
a/osmclient/sol005/vnf.py
b/osmclient/sol005/vnf.py
index
f7c20d9
..
12e789f
100644
(file)
--- a/
osmclient/sol005/vnf.py
+++ b/
osmclient/sol005/vnf.py
@@
-46,7
+46,7
@@
class Vnf(object):
if ns:
ns_instance = self._client.ns.get(ns)
if filter_string:
- filter_string += "
,
nsr-id-ref={}".format(ns_instance["_id"])
+ filter_string += "
&
nsr-id-ref={}".format(ns_instance["_id"])
else:
filter_string = "?nsr-id-ref={}".format(ns_instance["_id"])
_, resp = self._http.get2_cmd("{}{}".format(self._apiBase, filter_string))