From 573255c8088daaba44fe0fa388fd37223524a32b Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Sat, 9 Jan 2010 17:37:24 -0800 Subject: [PATCH] fix accidental double setup of connection --- bin/fog | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/fog b/bin/fog index c826d2952..4cf2b089d 100755 --- a/bin/fog +++ b/bin/fog @@ -96,11 +96,6 @@ module Rackspace end end - @@servers = Fog::Rackspace::Servers.new( - :rackspace_api_key => Fog.credentials[:rackspace_api_key], - :rackspace_username => Fog.credentials[:rackspace_username] - ) - def flavors connections[:servers].flavors end