From 344df2ddb67c6742441689ab78958638ba7d5ff6 Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Thu, 10 Aug 2017 10:46:17 +0300 Subject: US2853 switch pnic should not have host attribute Change-Id: I7c2404b14b5fcf6d7234ac600ddc8a1601fbed2d Signed-off-by: Yaron Yogev --- app/discover/fetchers/aci/aci_fetch_switch_pnic.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app') 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 } -- cgit 1.2.3-korg