1
0
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:
Alejandro Huertas Herrero 2021-02-22 16:44:42 +01:00 committed by GitHub
parent 53278e3d67
commit ce6dae6163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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