From 83cce19f6bdd35e06faf61b8c5f2787cb6abcd6c 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 6aae08ca80..3af885e88d 100644 --- a/deployment/octavia/octavia-base.yaml +++ b/deployment/octavia/octavia-base.yaml @@ -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 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.