diff options
author | Koren Lev <korenlev@gmail.com> | 2017-08-10 07:55:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-10 07:55:56 +0000 |
commit | 63eb20a7180c0975210b317388efa85091eb0955 (patch) | |
tree | 739d2fa46855cd7f4585647ae3b0938e13a86e1e | |
parent | 345c902bd05572db6092def8099376e91aabe04b (diff) | |
parent | 344df2ddb67c6742441689ab78958638ba7d5ff6 (diff) |
Merge "US2853 switch pnic should not have host attribute"
-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 } |