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