Merge "Fix Octavia OctaviaTenantLogFacility default" into stable/train

This commit is contained in:
Zuul 2021-03-11 10:06:01 +00:00 committed by Gerrit Code Review
commit 38e8749e11
2 changed files with 6 additions and 1 deletions

View File

@ -182,7 +182,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.