mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-04 17:47:00 +03:00
M #-: change default number of ping retries (#853)
This commit is contained in:
parent
53278e3d67
commit
ce6dae6163
@ -30,7 +30,7 @@ require 'terraform/terraform'
|
||||
module OneProvision
|
||||
|
||||
PING_TIMEOUT_DEFAULT = 20
|
||||
PING_RETRIES_DEFAULT = 10
|
||||
PING_RETRIES_DEFAULT = 30
|
||||
MAX_RETRIES_DEFAULT = 3
|
||||
RUN_MODE_DEFAULT = :interactive
|
||||
FAIL_CHOICE_DEFAULT = :quit
|
||||
|
Loading…
x
Reference in New Issue
Block a user