Bug 2364 fixed: Performing NS-Heal when there are two NS with same member-vnf-index
[osm/osmclient.git] / osmclient / sol005 / vnf.py
index f7c20d9..12e789f 100644 (file)
@@ -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))