1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Update lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb

This commit is contained in:
tipt0e 2013-01-31 15:14:15 -08:00
parent 23c0b3d842
commit c153002070

View file

@ -90,9 +90,9 @@ module Fog
end end
end end
end end
end
xml.SshKey(:href => options[:ssh_key_uri]) xml.SshKey(:href => options[:ssh_key_uri])
end end
end
xml.PoweredOn options[:powered_on] xml.PoweredOn options[:powered_on]
xml.Template(:href => options[:template_uri], :type => options[:template_type]) xml.Template(:href => options[:template_uri], :type => options[:template_type])
end end