diff --git a/octavia/controller/worker/controller_worker.py b/octavia/controller/worker/controller_worker.py index 0a2a2da1d9..258389b578 100644 --- a/octavia/controller/worker/controller_worker.py +++ b/octavia/controller/worker/controller_worker.py @@ -69,7 +69,12 @@ class ControllerWorker(base_taskflow.BaseTaskFlowEngine): constants.ROLE_MASTER + '-' + constants.CREATE_AMP_FOR_LB_SUBFLOW + '-' + constants.GENERATE_SERVER_PEM, - constants.GENERATE_SERVER_PEM_TASK) + constants.GENERATE_SERVER_PEM_TASK, + constants.FAILOVER_AMPHORA_FLOW + '-' + + constants.CREATE_AMP_FOR_LB_SUBFLOW + '-' + + constants.GENERATE_SERVER_PEM, + constants.CREATE_AMP_FOR_LB_SUBFLOW + '-' + + constants.UPDATE_CERT_EXPIRATION) super(ControllerWorker, self).__init__() diff --git a/releasenotes/notes/stop-logging-amphora-cert-2e188675699d60d5.yaml b/releasenotes/notes/stop-logging-amphora-cert-2e188675699d60d5.yaml new file mode 100644 index 0000000000..f1c42f010e --- /dev/null +++ b/releasenotes/notes/stop-logging-amphora-cert-2e188675699d60d5.yaml @@ -0,0 +1,7 @@ +--- +security: + - | + Fixed a debug level logging of Amphora certificates for flows + such as 'octavia-create-amp-for-lb-subflow-octavia-generate-serverpem' + (triggered with loadbalancer failover) and + 'octavia-create-amp-for-lb-subflow-octavia-update-cert-expiration'.