From 4db49e561174da1658123c9d09d33b975b84e8a5 Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 15 Oct 2013 10:12:14 -0500 Subject: [PATCH] [aws|autoscaling] don't pass host to request closes #2265 --- lib/fog/aws/auto_scaling.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/aws/auto_scaling.rb b/lib/fog/aws/auto_scaling.rb index c46e2afb6..67457abff 100644 --- a/lib/fog/aws/auto_scaling.rb +++ b/lib/fog/aws/auto_scaling.rb @@ -148,7 +148,6 @@ module Fog :expects => 200, :idempotent => idempotent, :headers => { 'Content-Type' => 'application/x-www-form-urlencoded' }, - :host => @host, :method => 'POST', :parser => parser })