Merge "Fix Octavia OctaviaTenantLogFacility default"

This commit is contained in:
Zuul 2020-09-30 02:16:44 +00:00 committed by Gerrit Code Review
commit eacbcdbbe1
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.