puppet-neutron/releasenotes/notes/arbitrary-linuxbridge-agent-config-a74dc31ec69a041b.yaml
Takashi Kajinami 6558793c1d Allow adding arbitrary configurations to linuxbridge_agent.ini
This change introduces the new parameter to the neutron::config class,
so that the class can manage arbitrary configurations for linux bridge
agent. The similar functionality is already supported for the other
agents like ovs agent or sriov agent.

Change-Id: Ief129f00e53734d418dd9c9316be5568ccc6db3f
2022-04-20 09:39:27 +09:00

7 lines
224 B
YAML

---
features:
- |
The new ``neutron::config::linuxbridge_agent_config`` parameter has been
added. This parameter provides the interface to define arbitrary
configurations to the ``linuxbridge_agent.ini`` file.