Fix Octavia OctaviaTenantLogFacility default

This patch corrects the Octavia setting OctaviaTenantLogFacility to
have the same default value as the project uses by changing it to 0.

Change-Id: I89056ad69def9d8f45907bac0fdc9af54bb28dff
(cherry picked from commit 699aa46642)
This commit is contained in:
Michael Johnson 2020-09-24 15:06:18 -07:00
parent c0361cc962
commit 83cce19f6b
2 changed files with 6 additions and 1 deletions

View File

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

View File

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