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])