puppet-neutron/releasenotes/notes/agent-report_interval-edfbb36b2059d558.yaml
Takashi Kajinami 3307b54610 Support more agent specific report_interval
This change introduces the report_interval parameters to more agent
classes, so that users can override report interval of a specific
agent more flexibly.

Change-Id: I573d1f9abe201bdd17bf16602218252cc9b7f132
2021-08-30 12:44:04 +00:00

12 lines
327 B
YAML

---
features:
- |
The following classes now support the ``report_interval`` parameter, to
override the report interval of a specific neutron agents.
- ``neutron::agent::dhcp``
- ``neutron::agent::metadata``
- ``neutron::agent::ml2::ovs``
- ``neutron::agent::ml2::sriov``
- ``neutron::agent::l3``