diff options
Diffstat (limited to 'ironic/conf/ipmi.py')
-rw-r--r-- | ironic/conf/ipmi.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ironic/conf/ipmi.py b/ironic/conf/ipmi.py index 9545bde17..832caae04 100644 --- a/ironic/conf/ipmi.py +++ b/ironic/conf/ipmi.py @@ -35,6 +35,14 @@ opts = [ 'sent to a server. There is a risk with some hardware ' 'that setting this too low may cause the BMC to crash. ' 'Recommended setting is 5 seconds.')), + cfg.BoolOpt('use_ipmitool_retries', + default=True, + help=_('When set to True and the parameters are supported by ' + 'ipmitool, the number of retries and the retry ' + 'interval are passed to ipmitool as parameters, and ' + 'ipmitool will do the retries. When set to False, ' + 'ironic will retry the ipmitool commands. ' + 'Recommended setting is True')), cfg.BoolOpt('kill_on_timeout', default=True, help=_('Kill `ipmitool` process invoked by ironic to read ' |