Mark of_interface option deprecated
Per Ocata Design Summit discussion, ovs-ofctl of_interface driver will be deprecated and removed. Change-Id: I0d94036e25919db1197819f5fe429205b01eee33 Related-blueprint: ovs-ofctl-to-python
This commit is contained in:
parent
601309d937
commit
367d354021
@ -69,6 +69,7 @@ ovs_opts = [
|
||||
"Support kernel without Open vSwitch patch port "
|
||||
"support so long as it is set to True.")),
|
||||
cfg.StrOpt('of_interface', default='native',
|
||||
deprecated_for_removal=True,
|
||||
choices=['ovs-ofctl', 'native'],
|
||||
help=_("OpenFlow interface to use.")),
|
||||
cfg.StrOpt('datapath_type', default=constants.OVS_DATAPATH_SYSTEM,
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- The of_interface Open vSwitch agent configuration option is deprecated and will be removed
|
||||
in the future. After option removal, the current default driver (native) will be the only
|
||||
supported of_interface driver.
|
Loading…
Reference in New Issue
Block a user