Skip to content

Commit cac792f

Browse files
Merge pull request #422 from globocom/develop
testing
2 parents 3836b01 + 6ce17d6 commit cac792f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

networkapi/api_rack/provision.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ def spine_provision(self, rack, equips):
481481
# e_counter = 1
482482
# for e in equips_sorted[:2]:
483483
# # "DESCRIPTION{}CONNECT"
484-
variablestochangespine1["DESCRIPTION1CONNECT"] = equips_sorted[0].get("nome")
485-
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[1].get("nome")
484+
variablestochangespine1["DESCRIPTION1CONNECT"] = equips_sorted[0].get("nome")
485+
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[1].get("nome")
486486
# e_counter += 1
487487
#### END to Berrini Block #####
488488

0 commit comments

Comments
 (0)