1
0
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:
Carlos Martín 2011-07-11 18:33:29 +02:00
commit 0624f7980c

View File

@ -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)