1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|aws] identity not needed for setup

This commit is contained in:
geemus 2011-08-09 13:40:26 -05:00
parent bfe7efdd10
commit a7f9b5a053

View file

@ -183,7 +183,7 @@ module Fog
end
def setup(credentials = {})
requires :identity, :public_ip_address, :username
requires :public_ip_address, :username
require 'multi_json'
require 'net/ssh'