Merge "Stop Logging Amphora Cert"
This commit is contained in:
commit
ac6342ef2a
@ -80,7 +80,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__()
|
||||
|
||||
|
@ -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'.
|
Loading…
x
Reference in New Issue
Block a user