X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=a26039a860e27917c5781011feee628ba3c3884e;hb=refs%2Ftags%2Fv12.0.2;hp=ee5832fcbc66f901b4ebe886ae9ba3b899dee73a;hpb=54e86fdf2272d17cb2ace7c5a578da5cd04e649d;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index ee5832f..a26039a 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -226,6 +226,7 @@ class NsLcm(LcmBase): "migrate": self.RO.status, "healing": self.RO.recreate_status, "verticalscale": self.RO.status, + "start_stop_rebuild": self.RO.status, } @staticmethod @@ -7324,7 +7325,8 @@ class NsLcm(LcmBase): self.logger.info("response from RO: {}".format(result_dict)) action_id = result_dict["action_id"] await self._wait_ng_ro( - nsr_id, action_id, nslcmop_id, start_deploy, self.timeout_operate + nsr_id, action_id, nslcmop_id, start_deploy, + self.timeout_operate, None, "start_stop_rebuild", ) return "COMPLETED", "Done" except (ROclient.ROClientException, DbException, LcmException) as e: