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

F #4913: Resource pool list is now Optional not Mandatory in template import

This commit is contained in:
mcabrerizo 2017-03-31 20:05:47 +02:00
parent 85c1239236
commit ab62252167

View File

@ -262,7 +262,7 @@ class DatacenterFolder
rp_list.each do |rp_hash|
rp_name_list << rp_hash[:name]
end
rp = "M|list|Which resource pool you want this VM to run in? "
rp = "O|list|Which resource pool you want this VM to run in? "
rp << "|#{rp_name_list.join(",")}" #List of RP
rp << "|#{rp_name_list.first}" #Default RP
end