mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix accidental double setup of connection
This commit is contained in:
parent
45d644aab2
commit
573255c808
1 changed files with 0 additions and 5 deletions
5
bin/fog
5
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
|
||||
|
|
Loading…
Reference in a new issue