puppet-vswitch/releasenotes/notes/replace-os_service_default-25185711be0702a9.yaml
Takashi Kajinami fb9a08d972 Use undef instead of $::os_service_default
$::os_service_default is not used in puppet-vswitch. This change
deprecates usage of it to prepare replacing it by undef, which is
commonly used instead.

Change-Id: Ibfe94720e28f5ce46977b2db2afa82a6888c28cb
2021-12-28 13:27:14 +09:00

9 lines
214 B
YAML

---
deprecations:
- |
Usage of ``$::os_service_default`` fact for the following two parameters
have been deprecated. Use ``undef`` instead.
- ``ovs::ovs::vlan_limit``
- ``ovs::dpdk::vlan_limit``