File: agent-debug-option-defaults-to-service-default-8466c8808919b7b2.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
upgrade:
  - |
    Debug logging is no longer overridden and disabled by default on the L2
    gateway, metering, L3 and metadata agents allowing the service default
    to take affect. Deployments requiring these services to have debug
    logging disabled independent of other related configuration may need to
    explictly set this parameters.  Affected parameters are
    'neutron::agents::l2gw::debug', 'neutron:agents::l3::debug',
    'neutron::agents::metadata::debug' and 'neutron::agents::l2gw::debug'.

fixes:
  - |
    The L2 gateway, metering, L3 and metadata agents now use the service
    default for the debug logging unless otherwise explicitly set. This allows
    a common configuration for enabling debug logging instead of explicitly
    enabling in each service.