From c153002070b19e1c0a273343a1d7239ef6836940 Mon Sep 17 00:00:00 2001 From: tipt0e Date: Thu, 31 Jan 2013 15:14:15 -0800 Subject: [PATCH] Update lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb --- .../requests/compute/virtual_machine_create_from_template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb b/lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb index db60f8f3f..a4d4d3a56 100644 --- a/lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb +++ b/lib/fog/ecloud/requests/compute/virtual_machine_create_from_template.rb @@ -90,8 +90,8 @@ module Fog end end end + xml.SshKey(:href => options[:ssh_key_uri]) end - xml.SshKey(:href => options[:ssh_key_uri]) end xml.PoweredOn options[:powered_on] xml.Template(:href => options[:template_uri], :type => options[:template_type])