Skip to content

Commit

Permalink
fix: List virtual machines with details=min,nics
Browse files Browse the repository at this point in the history
Upstream issue apache#60
  • Loading branch information
hrak committed May 27, 2024
1 parent fb1e57e commit 3dcbb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudstack/cloudstack_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ func (cs *CSCloud) verifyHosts(nodes []*corev1.Node) ([]string, string, error) {

p := cs.client.VirtualMachine.NewListVirtualMachinesParams()
p.SetListall(true)
p.SetDetails([]string{"min", "nics"})

if cs.projectID != "" {
p.SetProjectid(cs.projectID)
Expand Down

0 comments on commit 3dcbb37

Please sign in to comment.