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:
parent
6ca933e7e7
commit
5a6af308dc
@ -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