X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=efb69b2a81f462c350f91fb406ee28192292646d;hb=3cf81a33b5ca92276660a6ac12142c1dfd1ff305;hp=4fa0df870bd3fbfa6af4582ce67a6d899e73fb73;hpb=c3f2a8247259cbeea8989c30605e13f535e9832f;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 4fa0df8..efb69b2 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -738,7 +738,7 @@ class NsLcm(LcmBase): exc = None try: # wait for any previous tasks in process - step = "Waiting for previous tasks" + step = "Waiting for previous operations to terminate" await self.lcm_tasks.waitfor_related_HA('ns', 'nslcmops', nslcmop_id) step = "Getting nslcmop={} from db".format(nslcmop_id) @@ -1936,6 +1936,7 @@ class NsLcm(LcmBase): autoremove = False # autoremove after terminated try: # wait for any previous tasks in process + step = "Waiting for previous operations to terminate" await self.lcm_tasks.waitfor_related_HA("ns", 'nslcmops', nslcmop_id) step = "Getting nslcmop={} from db".format(nslcmop_id) @@ -2297,6 +2298,7 @@ class NsLcm(LcmBase): exc = None try: # wait for any previous tasks in process + step = "Waiting for previous operations to terminate" await self.lcm_tasks.waitfor_related_HA('ns', 'nslcmops', nslcmop_id) step = "Getting information from database" @@ -2430,6 +2432,7 @@ class NsLcm(LcmBase): vnfr_scaled = False try: # wait for any previous tasks in process + step = "Waiting for previous operations to terminate" await self.lcm_tasks.waitfor_related_HA('ns', 'nslcmops', nslcmop_id) step = "Getting nslcmop from database"