tripleo-heat-templates/releasenotes/notes/neutron-logging-plugin-support-added-b2e1292d49e087c3.yaml
Slawek Kaplonski e8ab4078a4 Added support for Neutron loggings service plugin configuration
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)
2021-10-25 20:11:48 +00:00

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``.