puppet-neutron/releasenotes/notes/fix-dhcp-agent-resync_interval-3b872e123552f58c.yaml
Takashi Kajinami dda0f3be5f dhcp-agent: Remove outdated default of resync_interval
Default value of resync_interval in Neutron was changed from 30 to 5
a long ago[1]. This change removes the outdated default definition in
puppet-neutron so that the new default is effectively used.

[1] cc78724a1e92887883149f5e3aee827283636733

Closes-Bug: #1965940
Related-Bug: #1128180
Change-Id: I08558b10d6421779c4a2767703a0120afbfaa8e0
2022-03-30 08:40:25 +00:00

7 lines
195 B
YAML

---
upgrade:
- |
Default value of ``neutron::agent::dhcp::resync_interval`` was changed
from ``30`` to ``$::os_service_default``, which results in the service
default value(``5``).