aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/biz/ns_heal.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/biz/ns_heal.py')
-rw-r--r--lcm/ns/biz/ns_heal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lcm/ns/biz/ns_heal.py b/lcm/ns/biz/ns_heal.py
index 316df7ae..171a30e2 100644
--- a/lcm/ns/biz/ns_heal.py
+++ b/lcm/ns/biz/ns_heal.py
@@ -31,6 +31,10 @@ logger = logging.getLogger(__name__)
class NSHealService(threading.Thread):
+ """
+ Heal the NS instance
+ """
+
def __init__(self, ns_instance_id, request_data, job_id):
super(NSHealService, self).__init__()
self.ns_instance_id = ns_instance_id