e8ab4078a4
Depends-On: https://review.opendev.org/c/openstack/puppet-neutron/+/813602
Conflicts:
deployment/neutron/neutron-l3-container-puppet.yaml
deployment/neutron/neutron-ovs-agent-container-puppet.yaml
deployment/neutron/neutron-plugin-ml2-ovn.yaml
Related: rhbz#1990357
Change-Id: Ic045cdf0544fffeed51871d5b970fd29707fcd95
(cherry picked from commit c9f0a5af01
)
13 lines
555 B
YAML
13 lines
555 B
YAML
---
|
|
features:
|
|
- |
|
|
New config options for Neutron logging service plugin configuration were
|
|
added. There are options added for L3 Agent:
|
|
``NeutronL3AgentLoggingRateLimit``, ``NeutronL3AgentLoggingBurstLimit``,
|
|
``NeutronL3AgentLoggingLocalOutputLogBase``, for OVS agent:
|
|
``NeutronOVSAgentLoggingRateLimit``, ``NeutronOVSAgentLoggingBurstLimit``,
|
|
``NeutronOVSAgentLoggingLocalOutputLogBase`` and for ML2/OVN backend:
|
|
``NeutronOVNLoggingRateLimit``, ``NeutronOVNLoggingBurstLimit``,
|
|
``NeutronOVNLoggingLocalOutputLogBase``.
|
|
|