1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

CLI list now show objects from your group by default

This commit is contained in:
Javi Fontan 2011-07-11 17:54:28 +02:00
parent 6ca933e7e7
commit 5a6af308dc

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)