Skip to content

Commit

Permalink
Merge pull request #421 from globocom/develop
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
renan-lopes-rodrigues authored Jul 24, 2024
2 parents 5fae003 + 362162a commit 3836b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_rack/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def spine_provision(self, rack, equips):
# for e in equips_sorted[:2]:
# # "DESCRIPTION{}CONNECT"
variablestochangespine1["DESCRIPTION1CONNECT"] = equips_sorted[0].get("nome")
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[0].get("nome")
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[1].get("nome")
# e_counter += 1
#### END to Berrini Block #####

Expand Down

0 comments on commit 3836b01

Please sign in to comment.