1
0
Fork 0
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:
Rupak Ganguly 2013-03-11 16:49:32 -04:00
parent e221e2af6c
commit f0d38d128e

View file

@ -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,