mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Merge branch 'master' of git.opennebula.org:one
This commit is contained in:
commit
0624f7980c
@ -81,8 +81,8 @@ EOT
|
||||
end
|
||||
end
|
||||
|
||||
def list_pool(options, top=false, filter_flag=-2)
|
||||
filter_flag ||= -2
|
||||
def list_pool(options, top=false, filter_flag=nil)
|
||||
filter_flag ||= OpenNebula::Pool::INFO_GROUP
|
||||
|
||||
pool = factory_pool(filter_flag)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user