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

Bug regarding quotes in onevm

This commit is contained in:
Jaime Melis 2010-07-26 14:49:33 +02:00
parent 5ee7d871e8
commit 83fe5ba1bf

View File

@ -716,7 +716,7 @@ when "saveas"
end
# Build the template and allocate the new Image
template = "NAME=#{image_name}\n"
template = "NAME=\"#{image_name}\"\n"
template << "TYPE=#{image_type}\n" if image_type