From 78a1ceaa5aca2e0e427bd9601ae8e007102df207 Mon Sep 17 00:00:00 2001 From: ccloes Date: Wed, 16 Oct 2013 13:04:54 -0700 Subject: [PATCH] Removed host params for excon connections --- lib/fog/aws/cloud_formation.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/aws/cloud_formation.rb b/lib/fog/aws/cloud_formation.rb index db46ba2fb..c87d8a3d6 100644 --- a/lib/fog/aws/cloud_formation.rb +++ b/lib/fog/aws/cloud_formation.rb @@ -103,7 +103,6 @@ module Fog :expects => 200, :idempotent => idempotent, :headers => { 'Content-Type' => 'application/x-www-form-urlencoded' }, - :host => @host, :method => 'POST', :parser => parser })