Code Review
/
calipso.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
472b870
)
US2853 fix creation of switch_pnic-switch_pnic links
75/39275/1
author
yayogev
<yaronyogev@gmail.com>
Mon, 14 Aug 2017 17:13:58 +0000
(20:13 +0300)
committer
yayogev
<yaronyogev@gmail.com>
Mon, 14 Aug 2017 17:13:58 +0000
(20:13 +0300)
Change-Id: I8917d1218ad6b1d3b4eb708d8f8ffad95b2a0e41
Signed-off-by: yayogev <yaronyogev@gmail.com>
app/discover/find_links_for_pnics.py
patch
|
blob
|
history
diff --git
a/app/discover/find_links_for_pnics.py
b/app/discover/find_links_for_pnics.py
index
3f3eb29
..
98d481c
100644
(file)
--- a/
app/discover/find_links_for_pnics.py
+++ b/
app/discover/find_links_for_pnics.py
@@
-36,7
+36,7
@@
class FindLinksForPnics(FindLinks):
})
for pnic in pnics:
self.add_switch_to_pnic_link(pnic)
- if
"role"
== "uplink":
+ if
pnic["role"]
== "uplink":
self.add_switch_pnic_to_switch_pnic_link(pnic)
def add_pnic_network_links(self, pnic):