Skip to content

Commit

Permalink
Merge pull request #30 from dwradcliffe/patch-1
Browse files Browse the repository at this point in the history
fix default timeout in comments
  • Loading branch information
jkeiser committed Jul 1, 2014
2 parents b823d83 + 210fa17 commit 97d9e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef_metal_fog/fog_driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ module ChefMetalFog
#
# - bootstrap_options: hash of options to pass to compute.servers.create
# - is_windows: true if windows. TODO detect this from ami?
# - create_timeout: the time to wait for the instance to boot to ssh (defaults to 600)
# - start_timeout: the time to wait for the instance to start (defaults to 600)
# - create_timeout: the time to wait for the instance to boot to ssh (defaults to 180)
# - start_timeout: the time to wait for the instance to start (defaults to 180)
# - ssh_timeout: the time to wait for ssh to be available if the instance is detected as up (defaults to 20)
# - ssh_username: username to use for ssh
# - sudo: true to prefix all commands with "sudo"
Expand Down

0 comments on commit 97d9e50

Please sign in to comment.