mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Merge branch 'feature-696' into feature-687
This commit is contained in:
commit
ea6fd38feb
@ -63,6 +63,12 @@ module OpenNebula
|
||||
-1,
|
||||
-1,
|
||||
INFO_NOT_DONE)
|
||||
when 1
|
||||
info_filter(VM_POOL_METHODS[:info],
|
||||
args[0],
|
||||
-1,
|
||||
-1,
|
||||
INFO_NOT_DONE)
|
||||
when 3
|
||||
info_filter(VM_POOL_METHODS[:info],
|
||||
args[0],
|
||||
@ -101,5 +107,11 @@ module OpenNebula
|
||||
-1,
|
||||
INFO_NOT_DONE)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def info_filter(xml_method, who, start_id, end_id, state)
|
||||
return xmlrpc_info(xml_method, who, start_id, end_id, state)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user