Skip to content

Commit

Permalink
alter the path to file of oob
Browse files Browse the repository at this point in the history
  • Loading branch information
laurapanzariello committed Aug 3, 2017
1 parent 62d1ad3 commit adabde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_rack/autoprovision.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def autoprovision_coreoob(rack, equips):
variablestochangeoob["HOSTNAME_OOB"] = oob.get("nome")
variablestochangeoob["HOSTNAME_RACK"] = rack.nome
fileinoob = path_to_guide + oob.get("roteiro")
fileoutoob = path_to_add_config + oob.get("nome") + ".cfg"
fileoutoob = path_to_config + oob.get("nome") + ".cfg"

for equip in oob.get("interfaces"):
nome = equip.get("nome")
Expand Down

0 comments on commit adabde7

Please sign in to comment.