Skip to content

Commit 910f558

Browse files
List virtual machines with details=min,nics (#60)
1 parent 98bd3c5 commit 910f558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudstack_loadbalancer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ func (cs *CSCloud) verifyHosts(nodes []*corev1.Node) ([]string, string, error) {
354354

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

358359
if cs.projectID != "" {
359360
p.SetProjectid(cs.projectID)

0 commit comments

Comments
 (0)