aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/biz/ns_create.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/biz/ns_create.py')
-rw-r--r--lcm/ns/biz/ns_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns/biz/ns_create.py b/lcm/ns/biz/ns_create.py
index 5fba81bc..1cb4e0ca 100644
--- a/lcm/ns/biz/ns_create.py
+++ b/lcm/ns/biz/ns_create.py
@@ -89,6 +89,6 @@ class CreateNSService(object):
resp_data, resp_status = create_ns_aai(self.global_customer_id, self.service_type, self.ns_inst_id, data)
logger.debug("Success to create ns[%s] to aai:[%s],[%s].", self.ns_inst_id, resp_data, resp_status)
except NSLCMException as e:
- logger.debug("Fail to createns[%s] to aai, detail message: %s" % (self.ns_inst_id, e.message))
+ logger.debug("Fail to createns[%s] to aai, detail message: %s" % (self.ns_inst_id, e.args[0]))
except:
logger.error(traceback.format_exc())