From f10397fc5f939de9074c185e7004a79eeb13216b Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 17 Oct 2011 14:12:23 -0500 Subject: [PATCH] [core] all services should recognize :connection_options --- lib/fog/core/service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/core/service.rb b/lib/fog/core/service.rb index 84dc042d2..876aba6fb 100644 --- a/lib/fog/core/service.rb +++ b/lib/fog/core/service.rb @@ -172,7 +172,7 @@ module Fog end def recognized - @recognized ||= [] + @recognized ||= [:connection_options] end def validate_options(options)