String conversion bug fix
authorHashir Mohammed <hashir.mohammed@riftio.com>
Fri, 3 Mar 2017 15:16:32 +0000 (10:16 -0500)
committerHashir Mohammed <hashir.mohammed@riftio.com>
Fri, 3 Mar 2017 15:16:32 +0000 (10:16 -0500)
Signed-off-by: Hashir Mohammed <hashir.mohammed@riftio.com>
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: