Merge "Mark of_interface option deprecated"

This commit is contained in:
Jenkins 2017-02-27 13:53:17 +00:00 committed by Gerrit Code Review
commit edeb1f0bcc
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.