Skip to content

Commit

Permalink
add lan_ip field assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceybian committed Feb 27, 2024
1 parent 827fd74 commit df10ec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ LOOP:
tempMap["instance_role"] = cvm.InstanceRole
tempMap["instance_state"] = cvm.InstanceState
tempMap["failed_reason"] = cvm.FailedReason
tempMap["lan_ip"] = cvm.LanIp
workerInstancesList = append(workerInstancesList, tempMap)
}

Expand Down

0 comments on commit df10ec3

Please sign in to comment.