From 4bc0f99065957fd630c82574276256cb14b91426 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 6 Oct 2021 14:31:16 +0300 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_cloudkitty from branch 'master' to 319dadd64380f9208b4fa8ba0996a15fd107a699 - Refactor galera_use_ssl behaviour With PKI role in place in most cases you don't need to explicitly provide path to the CA file because PKI role ensures that CA is trusted by the system overall. In the meanwhile in PyMySQL [1] you must either provide CA file or cert/key or enable verify. Since current behaviour is to provide path to the custom CA we expect certificate being trusted overall. Thus we enable cert verification when galera_use_ssl is True. [1] https://github.com/PyMySQL/PyMySQL/blob/78f0cf99e5d5351df0821442e4dc35c49a6390c6/pymysql/connections.py#L267 Change-Id: I756a6cdaa4b619671da73c65761c796a0b2ade81 --- openstack-ansible-os_cloudkitty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_cloudkitty b/openstack-ansible-os_cloudkitty index 8445103c60..319dadd643 160000 --- a/openstack-ansible-os_cloudkitty +++ b/openstack-ansible-os_cloudkitty @@ -1 +1 @@ -Subproject commit 8445103c604230ad5b2521d0d4038be8d1939607 +Subproject commit 319dadd64380f9208b4fa8ba0996a15fd107a699