Merge "Remove conntrackd comment"

This commit is contained in:
Zuul
2019-02-17 17:36:19 +00:00
committed by Gerrit Code Review

View File

@@ -23,8 +23,7 @@ from neutron.agent.linux import keepalived
OPTS = [
cfg.StrOpt('ha_confs_path',
default='$state_path/ha_confs',
help=_('Location to store keepalived/conntrackd '
'config files')),
help=_('Location to store keepalived config files')),
cfg.StrOpt('ha_vrrp_auth_type',
default='PASS',
choices=keepalived.VALID_AUTH_TYPES,