mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[hp|compute] Consolidate the simple mapped options parameters in the create server call.
This commit is contained in:
parent
e221e2af6c
commit
f0d38d128e
1 changed files with 0 additions and 4 deletions
|
@ -91,10 +91,6 @@ module Fog
|
|||
end
|
||||
end
|
||||
|
||||
if options['user_data']
|
||||
data['server']['user_data'] = options['user_data']
|
||||
end
|
||||
|
||||
request(
|
||||
:body => Fog::JSON.encode(data),
|
||||
:expects => 202,
|
||||
|
|
Loading…
Reference in a new issue