lib/fog/hp/network.rb in fog-1.20.0 vs lib/fog/hp/network.rb in fog-1.21.0
- old
+ new
@@ -153,10 +153,10 @@
@host = uri.host
@path = uri.path
@port = uri.port
@scheme = uri.scheme
- @connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}", @persistent, @connection_options)
+ @connection = Fog::XML::Connection.new("#{@scheme}://#{@host}:#{@port}", @persistent, @connection_options)
end
def reload
@connection.reset
end