From: Patricia Reinoso Date: Fri, 31 Mar 2023 11:21:04 +0000 (+0000) Subject: NS Instantiate Worklows (DRAFT) X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F13128%2F2;p=osm%2FNBI.git NS Instantiate Worklows (DRAFT) Change-Id: I0b077c0d6c6b938591b1b7ea8d737ecfd01294c0 Signed-off-by: Patricia Reinoso --- diff --git a/osm_nbi/temporal/nbi_temporal.py b/osm_nbi/temporal/nbi_temporal.py index 9f4e4d9..c29a66d 100644 --- a/osm_nbi/temporal/nbi_temporal.py +++ b/osm_nbi/temporal/nbi_temporal.py @@ -24,6 +24,7 @@ from osm_common.temporal_constants import ( WORKFLOW_VIM_DELETE, WORKFLOW_VIM_UPDATE, WORKFLOW_NSLCM_NO_OP, + WORKFLOW_NS_INSTANTIATE, ) from osm_common.wftemporal import WFTemporal @@ -55,7 +56,7 @@ class NbiTemporal: ) lcm_workflow_mappings = { - "instantiate": WORKFLOW_NSLCM_NO_OP, + "instantiate": WORKFLOW_NS_INSTANTIATE, "terminate": WORKFLOW_NSLCM_NO_OP, "vca_status_refresh": WORKFLOW_NSLCM_NO_OP, "action": WORKFLOW_NSLCM_NO_OP,