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:
parent
85c1239236
commit
ab62252167
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user