aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/discover/fetchers/aci/aci_fetch_switch_pnic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/discover/fetchers/aci/aci_fetch_switch_pnic.py b/app/discover/fetchers/aci/aci_fetch_switch_pnic.py
index 2b1a21d..f0cf6b1 100644
--- a/app/discover/fetchers/aci/aci_fetch_switch_pnic.py
+++ b/app/discover/fetchers/aci/aci_fetch_switch_pnic.py
@@ -101,7 +101,6 @@ class AciFetchSwitchPnic(AciAccess):
"parent_id": db_leaf_id,
"pnic_type": "switch",
"mac_address": mac_address,
- "host": pnic["host"],
"switch": db_leaf_id,
"aci_document": leaf_pnic
}