mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3218: Use INFO_ALL flag when listing the instance types
This commit is contained in:
parent
cb1f6cbba9
commit
70dedc12d7
@ -128,7 +128,8 @@ module Instance
|
||||
end
|
||||
}
|
||||
else
|
||||
template_pool = TemplatePool.new(@client)
|
||||
user_flag = OpenNebula::Pool::INFO_ALL
|
||||
template_pool = TemplatePool.new(@client, user_flag)
|
||||
rc = template_pool.info
|
||||
if OpenNebula::is_error?(rc)
|
||||
return rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user