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:
IWAMOTO Toshihiro 2017-01-25 12:08:11 +09:00 committed by Ihar Hrachyshka
parent 601309d937
commit 367d354021
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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.