diff options
author | Yaron Yogev <yaronyogev@gmail.com> | 2017-08-10 10:46:17 +0300 |
---|---|---|
committer | Yaron Yogev <yaronyogev@gmail.com> | 2017-08-10 10:46:17 +0300 |
commit | 344df2ddb67c6742441689ab78958638ba7d5ff6 (patch) | |
tree | f5110841cc21594f9fbd5e3befbbe8dd82ae08b1 | |
parent | 1f78242187a54928d1e5ac4acebbc64c25be4a51 (diff) |
US2853 switch pnic should not have host attribute
Change-Id: I7c2404b14b5fcf6d7234ac600ddc8a1601fbed2d
Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
-rw-r--r-- | app/discover/fetchers/aci/aci_fetch_switch_pnic.py | 1 |
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 } |