From 01714bd3118e4df5d6b6eaa2d30f2449d6169167 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 24 Sep 2020 15:06:18 -0700 Subject: [PATCH] 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) --- deployment/octavia/octavia-base.yaml | 2 +- ...octavia-tenant-log-facility-default-7b6d0670a51fe845.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-octavia-tenant-log-facility-default-7b6d0670a51fe845.yaml diff --git a/deployment/octavia/octavia-base.yaml b/deployment/octavia/octavia-base.yaml index 9949fc249a..5318cf6b6e 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 0000000000..01f3a3109f --- /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.