1
0
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:
Daniel Molina 2014-10-02 11:23:01 +02:00
parent a73172b1a8
commit 201fb087a5

View File

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