Remove vfc_vnflcm spare code
[vfc/gvnfm/vnflcm.git] / lcm / lcm / nf / vnf_cancel / term_vnf.py
index 8657594..1dd8067 100644 (file)
@@ -38,8 +38,6 @@ class TermVnf(Thread):
         self.job_id = job_id
         self.terminationType = ignore_case_get(self.data, "terminationType")
         self.gracefulTerminationTimeout = ignore_case_get(self.data, "gracefulTerminationTimeout")
-        self.apply_result = None
-        self.notify_data = None
         self.inst_resource = {'volumn': [], 'network': [], 'subnet': [], 'port': [], 'flavor': [], 'vm': []}
 
     def run(self):