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

[rackspace|lb] moved to Fog::JSON.encode instead of MultiJson.encode

This commit is contained in:
Brian Hartsock 2012-06-26 22:53:35 -04:00
parent 39f504a4ac
commit aeb13fc0e7

View file

@ -19,7 +19,7 @@ module Fog
data['secureTrafficOnly'] - options[:secure_traffic_only]
end
request(
:body => MultiJson.encode(data),
:body => Fog::JSON.encode(data),
:expects => [200, 202],
:path => "loadbalancers/#{load_balancer_id}/ssltermination",
:method => 'PUT'