mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix warning
This commit is contained in:
parent
21b8f59f90
commit
4c523be349
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ module Fog
|
|||
@connection_options = options[:connection_options] || {}
|
||||
authenticate
|
||||
@persistent = options[:persistent] || false
|
||||
Excon.ssl_verify_peer = false if options[:rackspace_servicenet] == true
|
||||
Excon.defaults[:ssl_verify_peer] = false if options[:rackspace_servicenet] == true
|
||||
@connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}", @persistent, @connection_options)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue