Remove ovs_integration_bridge configuration option
This option has been marked deprecated since Ussuri as it is a duplicate of OVS:integration_bridge, let's remove it. TrivialFix Change-Id: I81bc5f3d98f752d926a243cbd17b8b894f2bdf58
This commit is contained in:
parent
5c3f1cd02f
commit
1c13fb03d1
@ -48,12 +48,6 @@ PD_DRIVER_OPTS = [
|
||||
|
||||
|
||||
INTERFACE_OPTS = [
|
||||
cfg.StrOpt('ovs_integration_bridge',
|
||||
default='br-int',
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='This variable is a duplicate of '
|
||||
'OVS.integration_bridge. To be removed in W.',
|
||||
help=_('Name of Open vSwitch bridge to use')),
|
||||
cfg.BoolOpt('ovs_use_veth',
|
||||
default=False,
|
||||
help=_("Uses veth for an OVS interface or not. "
|
||||
|
@ -26,7 +26,6 @@ DEFAULT_TUNNEL_TYPES = []
|
||||
|
||||
ovs_opts = [
|
||||
cfg.StrOpt('integration_bridge', default='br-int',
|
||||
deprecated_name='ovs_integration_bridge',
|
||||
help=_("Integration bridge to use. "
|
||||
"Do not change this parameter unless you have a good "
|
||||
"reason to. This is the name of the OVS integration "
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Remove ``[DEFAULT] ovs_integration_bridge`` configuration option,
|
||||
which was deprecated in the 'Ussuri' release, as it was a duplicate of
|
||||
``[OVS] integration_bridge``.
|
Loading…
Reference in New Issue
Block a user