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:
parent
39f504a4ac
commit
aeb13fc0e7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue