Merge "ODL to log to file for containerised deployments" into stable/queens

This commit is contained in:
Zuul 2018-07-12 12:23:19 +00:00 committed by Gerrit Code Review
commit 6b1666405b
3 changed files with 7 additions and 3 deletions

View File

@ -14,4 +14,4 @@ parameter_defaults:
NeutronEnableForceMetadata: true
NeutronMechanismDrivers: 'opendaylight_v2'
NeutronServicePlugins: 'odl-router_v2,trunk'
NeutronPluginExtensions: 'port_security'
NeutronPluginExtensions: 'port_security'

View File

@ -12,5 +12,4 @@ parameter_defaults:
NeutronEnableForceMetadata: true
NeutronPluginExtensions: 'port_security'
NeutronMechanismDrivers: 'opendaylight_v2'
NeutronServicePlugins: 'odl-router_v2,trunk'
OpenDaylightLogMechanism: 'console'
NeutronServicePlugins: 'odl-router_v2,trunk'

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Moving to file logging for ODL as docker logs, sometimes,
miss older logs due to journal rollover.