Skip to content

Commit

Permalink
List virtual machines with details=min,nics (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache authored May 20, 2024
1 parent 98bd3c5 commit 910f558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudstack_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,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 910f558

Please sign in to comment.