diff options
Diffstat (limited to 'lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py')
-rw-r--r-- | lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py b/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py index bcadce08..601ec6b4 100644 --- a/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py +++ b/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py @@ -50,7 +50,7 @@ class InstVnf(Thread): self.vnf_inst_failed_handle(e.message) # self.rollback(e.message) except: - self.vnf_inst_failed_handle('unexpected exception') + # self.vnf_inst_failed_handle('unexpected exception') logger.error(traceback.format_exc()) # self.rollback('unexpected exception') |