commit 01714bd3118e4df5d6b6eaa2d30f2449d6169167 Author: Michael Johnson Date: Thu Sep 24 15:06:18 2020 -0700 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 699aa46642940192fc616ffed3ff8b931bbcc4bd) diff --git a/deployment/octavia/octavia-base.yaml b/deployment/octavia/octavia-base.yaml index 9949fc2..5318cf6 100644 --- a/deployment/octavia/octavia-base.yaml +++ b/deployment/octavia/octavia-base.yaml @@ -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 diff --git a/releasenotes/notes/fix-octavia-tenant-log-facility-default-7b6d0670a51fe845.yaml b/releasenotes/notes/fix-octavia-tenant-log-facility-default-7b6d0670a51fe845.yaml new file mode 100644 index 0000000..01f3a31 --- /dev/null +++ b/releasenotes/notes/fix-octavia-tenant-log-facility-default-7b6d0670a51fe845.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixed the Octavia OctaviaTenantLogFacility setting default to 0 to align + it with the project default.