Fix typo at config options. Remove "_"
Change-Id: Ia9200bda37214298edda8af1d23aba520384541e
This commit is contained in:
parent
2619f98e49
commit
34e4e3431f
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user