Skip to content

Commit

Permalink
Update the network schema which is being refered
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jun 10, 2024
1 parent 8eb0096 commit 5fe2ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ vendor/
.vscode
build
doc
__debug*
1 change: 0 additions & 1 deletion internal/cmp/instance_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ func instanceGetNetworkModel(
for i, s := range serverInterface {
networks[i].InternalID = s.ID
networks[i].IsPrimary = s.PrimaryInterface
networks[i].Name = s.Name
}

return networks, nil
Expand Down

0 comments on commit 5fe2ec6

Please sign in to comment.