Skip to content

Commit

Permalink
Merge pull request #419 from globocom/develop
Browse files Browse the repository at this point in the history
fix variable
  • Loading branch information
renan-lopes-rodrigues authored Jul 24, 2024
2 parents a919fb7 + 2aaece4 commit 558dbc4
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 @@ -480,7 +480,7 @@ def spine_provision(self, rack, equips):

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

Expand Down

0 comments on commit 558dbc4

Please sign in to comment.