puppet-ovn/releasenotes/notes/deprecate-enable_hw_offload-51f91d8d09f559f6.yaml
Takashi Kajinami c60fdb9540 Deprecate duplicated implementation for hw-offload option
Currently the hw-offload option is managed by two modules,
puppet-vswitch and puppet-ovn. Because this option is generic and
valid for both ovs and ovn this change deprecate the parameter from
puppet-ovn.

Depends-on: https://review.opendev.org/779802
Change-Id: I4b402c58cc3c39cd2650d91d12d607fe0171e1d0
2021-03-10 15:47:19 +00:00

6 lines
179 B
YAML

---
deprecations:
- |
The ``ovn::controller::enable_hw_offload`` parameter has been deprecated.
Use the same parameter of ``vswitch::ovs`` or ``vswitch::dpdk`` instead.