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

Merge pull request #1539 from tipt0e/master

Fog::Compute::Ecloud::Servers create method returns 'invalidsshkey'
This commit is contained in:
Wesley Beary 2013-02-04 13:13:34 -08:00
commit ab64ae8f23

View file

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