Merge "Remove info about "ovsdb_interface" from config description"
This commit is contained in:
commit
8b64b5ad02
@ -21,9 +21,8 @@ API_OPTS = [
|
|||||||
cfg.StrOpt('ovsdb_connection',
|
cfg.StrOpt('ovsdb_connection',
|
||||||
default='tcp:127.0.0.1:6640',
|
default='tcp:127.0.0.1:6640',
|
||||||
help=_('The connection string for the OVSDB backend. '
|
help=_('The connection string for the OVSDB backend. '
|
||||||
'Will be used by ovsdb-client when monitoring and '
|
'Will be used for all ovsdb commands and '
|
||||||
'used for the all ovsdb commands when native '
|
'by ovsdb-client when monitoring'
|
||||||
'ovsdb_interface is enabled'
|
|
||||||
)),
|
)),
|
||||||
cfg.StrOpt('ssl_key_file',
|
cfg.StrOpt('ssl_key_file',
|
||||||
help=_('The SSL private key file to use when interacting with '
|
help=_('The SSL private key file to use when interacting with '
|
||||||
|
Loading…
Reference in New Issue
Block a user