Skip to content

Commit f82df6f

Browse files
Merge pull request #414 from globocom/develop
teste
2 parents 80fee38 + 254f7cf commit f82df6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

networkapi/api_rack/provision.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ def spine_provision(self, rack, equips):
396396
variablestochangeleaf1["LFNEIGH_IP_MGMT"] = i.get("ip_mngt")
397397
elif i.get("nome")[:3] == self.spine_prefix:
398398
spine_num = int(i.get("nome")[-1])
399+
log.debug(spn)
400+
log.debug(spine_num)
399401
variablestochangespine1["ASSPINE"] = str(BASE_AS_SPN + spine_num - 1)
400402
variablestochangespine1["INTERFACE"] = i.get("interface")
401403
variablestochangespine1["LEAFNAME"] = equip.get("nome")

0 commit comments

Comments
 (0)