mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
This commit is contained in:
parent
10659af17a
commit
ad54b98cb7
@ -147,7 +147,7 @@ func (vc *VMsController) InfoExtendedFilter(f *VMFilter) (*vm.Pool, error) {
|
||||
return nil, fmt.Errorf("InfoFilter: nil parameter passed.")
|
||||
}
|
||||
|
||||
response, err := vc.c.Client.Call("one.vmpool.info", f.toArgs()...)
|
||||
response, err := vc.c.Client.Call("one.vmpool.infoextended", f.toArgs()...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user