Fix ns-heal and vnf-heal commands to anchor to cli_osm
[osm/osmclient.git] / osmclient / scripts / osm.py
index a196139..aedf3c7 100755 (executable)
@@ -5709,7 +5709,7 @@ def process_vnf_heal_params(ctx, param, value):
         process_common_heal_params(ctx, param, value)
 
 
-@click.command(
+@cli_osm.command(
     name="ns-heal", short_help="heals (recreates) VNFs or VDUs of a NS instance"
 )
 @click.argument("ns_name")
@@ -5785,7 +5785,7 @@ def ns_heal(
     ctx.obj.ns.heal(ns_name, heal_dict, wait, timeout)
 
 
-@click.command(
+@cli_osm.command(
     name="vnf-heal",
     short_help="heals (recreates) a VNF instance or the VDUs of a VNF instance",
 )