puppet-neutron/releasenotes/notes/agent-rpc_response_max_timeout-fbf636fb47193896.yaml
Takashi Kajinami 5b76023947 Support setting rpc_response_max_timeout per agent
The rpc_response_max_timeout parameter can be set for specific agents.
This change allows configuring the parameter in agent config files so
that different values can be set for different agents.

Change-Id: I6a52a91fe0d18eb0cb4483cb5f5ca3b16fe6afb4
2021-11-12 12:58:30 +09:00

14 lines
359 B
YAML

---
features:
- |
Now the following classes support the ``rpc_response_max_timeout``
parameter.
- ``neutron::agents::dhcp``
- ``neutron::agents::metadata``
- ``neutron::agents::metering``
- ``neutron::agents::l3``
- ``neutron::agents::ml2::linuxbridge``
- ``neutron::agents::ml2::ovs``
- ``neutron::agents::ml2::sriov``