Skip to content

Commit 2aaece4

Browse files
fix variable
1 parent 0f51ad3 commit 2aaece4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networkapi/api_rack/provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def spine_provision(self, rack, equips):
480480

481481
e_counter = 1
482482
for e, s, y in zip(equips_sorted[:2], [0, 2], [0, 1]):
483-
variablestochangespine1["DESCRIPTION{}INTERFACE".format(e_counter)] = e.get("nome")
483+
variablestochangespine1["DESCRIPTION{}CONNECT".format(e_counter)] = e.get("nome")
484484
e_counter += 1
485485
#### END to Berrini Block #####
486486

0 commit comments

Comments
 (0)