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:
parent
23c0b3d842
commit
c153002070
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
xml.SshKey(:href => options[:ssh_key_uri])
|
||||||
end
|
end
|
||||||
xml.SshKey(:href => options[:ssh_key_uri])
|
|
||||||
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])
|
||||||
|
|
Loading…
Reference in a new issue