Remove info about "ovsdb_interface" from config description

Config option "ovsdb_interface" was removed from neutron with [1]
but some small leftovers were still in description of other config
options.
So this patch cleans them.

TrivialFix

[1] https://review.opendev.org/#/c/570259/

Change-Id: I82b91153e697cd78bf7d7212bb842ea733d0ca66
This commit is contained in:
Slawek Kaplonski 2019-10-30 10:14:26 +01:00
parent b7fbb74b46
commit 5537a81fbb
1 changed files with 2 additions and 3 deletions

View File

@ -21,9 +21,8 @@ API_OPTS = [
cfg.StrOpt('ovsdb_connection',
default='tcp:127.0.0.1:6640',
help=_('The connection string for the OVSDB backend. '
'Will be used by ovsdb-client when monitoring and '
'used for the all ovsdb commands when native '
'ovsdb_interface is enabled'
'Will be used for all ovsdb commands and '
'by ovsdb-client when monitoring'
)),
cfg.StrOpt('ssl_key_file',
help=_('The SSL private key file to use when interacting with '