Merge branch 'v1.1' 86/1286/1
authorvelandy <rajesh.velandy@riftio.com>
Fri, 10 Mar 2017 19:55:56 +0000 (19:55 +0000)
committervelandy <rajesh.velandy@riftio.com>
Fri, 10 Mar 2017 19:55:56 +0000 (19:55 +0000)
rwlaunchpad/plugins/rwvnfm/rift/tasklets/rwvnfmtasklet/rwvnfmtasklet.py

index 5ff2983..14153c9 100755 (executable)
@@ -2102,7 +2102,7 @@ class VnfrConsoleOperdataDtsHandler(object):
             if action == rwdts.QueryAction.READ:
                 schema = RwVnfrYang.YangData_RwVnfr_VnfrConsole_Vnfr_Vdur.schema()
                 path_entry = schema.keyspec_to_entry(ks_path)
-                self._log.debug("VDU Opdata path is {}".format(path_entry))
+                self._log.debug("VDU Opdata path is {}".format(path_entry.key00.id))
                 try:
                     vnfr = self._vnfm.get_vnfr(self._vnfr_id)
                 except VnfRecordError as e: