aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-10 07:55:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-10 07:55:56 +0000
commit63eb20a7180c0975210b317388efa85091eb0955 (patch)
tree739d2fa46855cd7f4585647ae3b0938e13a86e1e /app
parent345c902bd05572db6092def8099376e91aabe04b (diff)
parent344df2ddb67c6742441689ab78958638ba7d5ff6 (diff)
Merge "US2853 switch pnic should not have host attribute"
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
}