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 = [ 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,