Merge "Remove conntrackd comment"
This commit is contained in:
@@ -23,8 +23,7 @@ from neutron.agent.linux import keepalived
|
|||||||
OPTS = [
|
OPTS = [
|
||||||
cfg.StrOpt('ha_confs_path',
|
cfg.StrOpt('ha_confs_path',
|
||||||
default='$state_path/ha_confs',
|
default='$state_path/ha_confs',
|
||||||
help=_('Location to store keepalived/conntrackd '
|
help=_('Location to store keepalived config files')),
|
||||||
'config files')),
|
|
||||||
cfg.StrOpt('ha_vrrp_auth_type',
|
cfg.StrOpt('ha_vrrp_auth_type',
|
||||||
default='PASS',
|
default='PASS',
|
||||||
choices=keepalived.VALID_AUTH_TYPES,
|
choices=keepalived.VALID_AUTH_TYPES,
|
||||||
|
Reference in New Issue
Block a user