Merge "Fix Octavia OctaviaTenantLogFacility default" into stable/ussuri

This commit is contained in:
Zuul 2020-10-19 09:57:46 +00:00 committed by Gerrit Code Review
commit 3a8b6c136e
2 changed files with 6 additions and 1 deletions

View File

@ -191,7 +191,7 @@ parameters:
to receive tenant traffic flow log messages.
type: comma_delimited_list
OctaviaTenantLogFacility:
default: 1
default: 0
description: The syslog "LOG_LOCAL" facility to use for the tenant
traffic flow log messages.
type: number

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed the Octavia OctaviaTenantLogFacility setting default to 0 to align
it with the project default.