From 4c323c7e356dc2c811b5a016aa20929d33f9998c Mon Sep 17 00:00:00 2001 From: sergiojvg Date: Mon, 20 May 2019 11:42:59 -0500 Subject: [PATCH] F #3337: Configure retries from vcenterrc (#3350) * F #3337: Configure retries from vcenterrc * F #3337: Add retry_interval variable --- src/vmm_mad/remotes/vcenter/vcenterrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vmm_mad/remotes/vcenter/vcenterrc b/src/vmm_mad/remotes/vcenter/vcenterrc index ab04548245..f066c60a48 100644 --- a/src/vmm_mad/remotes/vcenter/vcenterrc +++ b/src/vmm_mad/remotes/vcenter/vcenterrc @@ -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