X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Finstance_topics.py;fp=osm_nbi%2Finstance_topics.py;h=57c72320466b7d079ae565b1144ea4e63efd1967;hp=62df4f858dd5f8ecc4c46414742b80530a9a029c;hb=519da48b76e8996450d58debecf5fdde7daa5b5e;hpb=e3dca38ffdc68915611ebbc95d7feb081eeef2ef diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 62df4f8..57c7232 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -30,6 +30,7 @@ from osm_nbi.validation import ( ns_heal, nsi_instantiate, ns_migrate, + ns_verticalscale, ) from osm_nbi.base_topic import ( BaseTopic, @@ -1167,6 +1168,7 @@ class NsLcmOpTopic(BaseTopic): "heal": ns_heal, "terminate": ns_terminate, "migrate": ns_migrate, + "verticalscale": ns_verticalscale, } def __init__(self, db, fs, msg, auth):