Remove conntrackd comment

Remove conntrackd comment in ha_confs_path help message as
there is no support for it.

Change-Id: Ic0af9a1c301b7da25f571a40ba930704b45aa216
This commit is contained in:
Brian Haley 2019-02-15 10:19:40 -05:00
parent 3b8d3b6f1b
commit 59706b4f3e
1 changed files with 1 additions and 2 deletions

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,