Fix typo at config options. Remove "_"

Change-Id: Ia9200bda37214298edda8af1d23aba520384541e
This commit is contained in:
Luis Tomas Bolivar 2022-03-09 11:48:40 +01:00
parent 2619f98e49
commit 34e4e3431f

View File

@ -32,9 +32,9 @@ agent_opts = [
default='ovn_bgp_driver'),
cfg.StrOpt('ovsdb_connection',
default='unix:/usr/local/var/run/openvswitch/db.sock',
help=_('The connection string for the native OVSDB backend.\n'
'Use tcp:IP:PORT for TCP connection.\n'
'Use unix:FILE for unix domain socket connection.')),
help='The connection string for the native OVSDB backend.\n'
'Use tcp:IP:PORT for TCP connection.\n'
'Use unix:FILE for unix domain socket connection.'),
cfg.StrOpt('ovn_sb_private_key',
default='/etc/pki/tls/private/ovn_controller.key',
help='The PEM file with private key for SSL connection to '