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

Merge pull request #1864 from rackspace/doc_fix

[rackspace|compute] removing erronious note on setup method
This commit is contained in:
Kyle Rames 2013-06-06 12:25:24 -07:00
commit a54632bc42

View file

@ -512,7 +512,6 @@ module Fog
end
# Setup server for SSH access
# This requires public_key_path and private_key_path to be passed into Compute service via Fog::Compute constructor or .fog file
# @see Servers#bootstrap
def setup(credentials = {})
requires :public_ip_address, :identity, :public_key, :username