Activity log for bug #2063857

Date Who What changed Old value New value Message
2024-04-26 16:19:10 Dan Porter bug added bug
2024-04-26 16:19:10 Dan Porter attachment added fix for sentinel TLS ssl_ca_certs https://bugs.launchpad.net/bugs/2063857/+attachment/5771016/+files/0001-fix-correctly-pass-ssl_ca_certs-to-sentinel-when-ena.patch
2024-04-26 16:19:41 Dan Porter description v6.1.0 introduced a regression during the implementation of optional passing of TLS options to sentinel via the `sentinel_ssl` option. A check for "ssl_" prefixed options incorrectly filters for 'ssl_cafile' when the correction option from the client parameters is 'ssl_ca_certs'. A patch has been attached to rectify this issue. v6.1.0 introduced a regression during the implementation of optional passing of TLS options to sentinel via the `sentinel_ssl` option. A check for "ssl_" prefixed options incorrectly filters for 'ssl_cafile' when the correct option from the client parameters is 'ssl_ca_certs'. A patch has been attached to rectify this issue.
2024-04-26 16:20:21 Dan Porter description v6.1.0 introduced a regression during the implementation of optional passing of TLS options to sentinel via the `sentinel_ssl` option. A check for "ssl_" prefixed options incorrectly filters for 'ssl_cafile' when the correct option from the client parameters is 'ssl_ca_certs'. A patch has been attached to rectify this issue. v6.1.0 introduced a regression during the implementation of optional passing of TLS options to sentinel via the `sentinel_ssl` option. Commit introducing the issue: 3bce8e1dcaab06175b10fb97d9e681e95c9c6103 A check for "ssl_" prefixed options incorrectly filters for 'ssl_cafile' when the correct option from the client parameters is 'ssl_ca_certs'. A patch has been attached to rectify this issue.
2024-05-07 19:20:27 OpenStack Infra python-tooz: status New In Progress
2024-05-10 08:38:08 OpenStack Infra python-tooz: status In Progress Fix Released