Added the connection_logging parameter for Octavia
This patch adds the "connection_logging" configuration parameter for the Octavia service. It defaults to true as it does in the octavia service configuration defaults. Depends-On: https://review.opendev.org/#/c/683713/ Change-Id: I72981f276064c1edbc2228f51a1ddeec2e3afce5
This commit is contained in:
parent
1f08348e56
commit
b89454af62
@ -135,6 +135,10 @@ parameters:
|
|||||||
default: 120
|
default: 120
|
||||||
description: Retry threshold for connecting to amphorae.
|
description: Retry threshold for connecting to amphorae.
|
||||||
type: number
|
type: number
|
||||||
|
OctaviaConnectionLogging:
|
||||||
|
default: true
|
||||||
|
description: When false, tenant connection flows will not be logged.
|
||||||
|
type: boolean
|
||||||
OctaviaBuildActiveRetries:
|
OctaviaBuildActiveRetries:
|
||||||
default: 120
|
default: 120
|
||||||
description: Retry threshold for waiting for a build slot for an amphorae.
|
description: Retry threshold for waiting for a build slot for an amphorae.
|
||||||
@ -196,6 +200,7 @@ outputs:
|
|||||||
octavia::controller::timeout_member_data: {get_param: OctaviaTimeoutMemberData}
|
octavia::controller::timeout_member_data: {get_param: OctaviaTimeoutMemberData}
|
||||||
octavia::controller::timeout_tcp_inspect: {get_param: OctaviaTimeoutTcpInspect}
|
octavia::controller::timeout_tcp_inspect: {get_param: OctaviaTimeoutTcpInspect}
|
||||||
octavia::controller::connection_max_retries: {get_param: OctaviaConnectionMaxRetries}
|
octavia::controller::connection_max_retries: {get_param: OctaviaConnectionMaxRetries}
|
||||||
|
octavia::controller::connection_logging: {get_param: OctaviaConnectionLogging}
|
||||||
octavia::controller::build_active_retries: {get_param: OctaviaBuildActiveRetries}
|
octavia::controller::build_active_retries: {get_param: OctaviaBuildActiveRetries}
|
||||||
octavia::controller::port_detach_timeout: {get_param: OctaviaPortDetachTimeout}
|
octavia::controller::port_detach_timeout: {get_param: OctaviaPortDetachTimeout}
|
||||||
-
|
-
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Added the "connection_logging" parameter for the Octavia service.
|
Loading…
Reference in New Issue
Block a user