From 9c84908ded3d349c831e28fd3c29626c04d2ffc4 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Mon, 16 Apr 2012 17:18:58 -0400 Subject: [PATCH] Pass connection_options hash to the cdn connection in the storage provider. --- lib/fog/hp/storage.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/fog/hp/storage.rb b/lib/fog/hp/storage.rb index fa8c74416..54e89f144 100644 --- a/lib/fog/hp/storage.rb +++ b/lib/fog/hp/storage.rb @@ -36,7 +36,8 @@ module Fog :hp_secret_key => @hp_secret_key, :hp_auth_uri => @hp_auth_uri, :hp_cdn_uri => @hp_cdn_uri, - :hp_tenant_id => @hp_tenant_id + :hp_tenant_id => @hp_tenant_id, + :connection_options => @connection_options ) if @cdn.enabled? @cdn