1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #3337: Configure retries from vcenterrc (#3350)

* F #3337: Configure retries from vcenterrc

* F #3337: Add retry_interval variable
This commit is contained in:
sergiojvg 2019-05-20 11:42:59 -05:00 committed by Tino Vázquez
parent 73e16b9acc
commit 4c323c7e35

View File

@ -24,3 +24,9 @@
# Show stacktraces on every exception
:debug_information: false
# Number of retries if a soported driver action is unsuccessful
:retries: 3
# Amount of time to wait between retry attempts (seconds)
:retry_interval: 1