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:
commit
a54632bc42
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue