Skip to content

Commit 558dbc4

Browse files
Merge pull request #419 from globocom/develop
fix variable
2 parents a919fb7 + 2aaece4 commit 558dbc4

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)