edb9ceb6c9
A few of the neutron agents had a default of 'false' for the debug flag. This interferes with the common practice of enabling debug through a common configuration file (e.g. /etc/neutron.conf). This patch changes the default to ::os_service_default allowing it to either use the service default, values set in some common configuration or explicitly. Change-Id: I7d7a1e4776861dc8d94a143edc0df76c3f963ef8 Closes-Bug: #1733071
18 lines
789 B
YAML
18 lines
789 B
YAML
---
|
|
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.
|