diff --git a/inventory_provider/opsdb.py b/inventory_provider/opsdb.py
index 974904ce7ee7962ac95255a84d0fa01fa38b8e24..88fdd52ea1084dd57866ab7bb3730b4fce769e58 100644
--- a/inventory_provider/opsdb.py
+++ b/inventory_provider/opsdb.py
@@ -216,8 +216,6 @@ def _coriant_field_update(record):
     if record["port"] is not None and record["port"] != "":
         separator = "/" if "-" in record["interface_name"] else ""
         record["interface_name"] += separator + str(record["port"])
-    if record["logical_unit"] is not None and record["logical_unit"] != "":
-        record["interface_name"] += "." + str(record["logical_unit"])
     return record