Fix vrrp_success_count help string
Change-Id: I56335b03eddc8c6559e3e279d8ef62922d4eeecf
This commit is contained in:
parent
e040d5926e
commit
c6a9be4b74
@ -237,13 +237,13 @@ Use the following options in the /etc/octavia/octavia.conf file.
|
||||
* - ``vrrp_check_interval`` = ``5``
|
||||
- (IntOpt) VRRP health check script run interval in seconds.
|
||||
* - ``vrrp_fail_count`` = ``2``
|
||||
- (IntOpt) Number of successive failure before transition to a fail state.
|
||||
- (IntOpt) Number of successive failures before transition to a fail state.
|
||||
* - ``vrrp_garp_refresh_count`` = ``2``
|
||||
- (IntOpt) Number of gratuitous ARP announcements to make on each refresh interval.
|
||||
* - ``vrrp_garp_refresh_interval`` = ``5``
|
||||
- (IntOpt) Time in seconds between gratuitous ARP announcements from the MASTER.
|
||||
* - ``vrrp_success_count`` = ``2``
|
||||
- (IntOpt) Number of successive failure before transition to a success state.
|
||||
- (IntOpt) Number of consecutive successes before transition to a success state.
|
||||
* - **[keystone_authtoken]**
|
||||
-
|
||||
* - ``admin_password`` = ``None``
|
||||
|
@ -337,11 +337,11 @@ keepalived_vrrp_opts = [
|
||||
help=_('VRRP health check script run interval in seconds.')),
|
||||
cfg.IntOpt('vrrp_fail_count',
|
||||
default=2,
|
||||
help=_('Number of successive failure before transition to a '
|
||||
help=_('Number of successive failures before transition to a '
|
||||
'fail state.')),
|
||||
cfg.IntOpt('vrrp_success_count',
|
||||
default=2,
|
||||
help=_('Number of successive failure before transition to a '
|
||||
help=_('Number of consecutive successes before transition to a '
|
||||
'success state.')),
|
||||
cfg.IntOpt('vrrp_garp_refresh_interval',
|
||||
default=5,
|
||||
|
Loading…
Reference in New Issue
Block a user