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:
commit
ab64ae8f23
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue