)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"85ea63a2a85639d8cd41eb2271cdc8d7e96a85cb","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d1c8e664_a61ab5b6","updated":"2026-09-15 20:27:54.000000000","message":"@dcu995@gmail.com please test it tomorrow morning.","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"e11baff4e5254242948e287b251aabd2779d52b0","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"74f1fbcc_b8ef6b65","in_reply_to":"243e149e_587aa267","updated":"2026-09-16 09:18:30.000000000","message":"Sorry wrong link. It was not reported back as I\u0027ve rebased. The issue is seen here:\nhttps://zuul.opendev.org/t/openstack/build/797082ee47f64c12b2a54069fbc13990","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"d1f267a940aadfd59e065746d8d309542ada3b82","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f2e2f6a1_47a7cb06","in_reply_to":"243e149e_587aa267","updated":"2026-09-16 09:38:27.000000000","message":"Thanks, that would be really helpful, but at the moment it\u0027s currently broken on EL10 in my environment, epel\u0027s ``python3-pyOpenSSL-26.3.0`` needs ``cryptography\u003e\u003d49``, but baseos at the moment ships ``43.0.0``, i suppose we should wait for baseos to catch up.","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"34d8ff712cd41abaff799fae5d8c6dfd5fcd9879","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"0ec574bd_c12bb499","in_reply_to":"5159db25_d543e97d","updated":"2026-09-17 10:31:04.000000000","message":"Could you try to check with epel-haproxy repo configured by the role?\n\n```\n[root@test openstack-ansible]# dnf info python3-pyOpenSSL\nLast metadata expiration check: 0:00:18 ago on Thu 17 Sep 2026 01:12:06 PM MSK.\nAvailable Packages\nName         : python3-pyOpenSSL\nVersion      : 26.3.0\nRelease      : 1.el10_3\nArchitecture : noarch\nSize         : 112 k\nSource       : pyOpenSSL-26.3.0-1.el10_3.src.rpm\nRepository   : epel-haproxy\nSummary      : Python 3 wrapper module around the OpenSSL library\nURL          : https://pyopenssl.readthedocs.org/\nLicense      : Apache-2.0\nDescription  : High-level wrapper around a subset of the OpenSSL library, includes among others\n             :  * SSL.Connection objects, wrapping the methods of Python\u0027s portable\n             :    sockets\n             :  * Callbacks written in Python\n             :  * Extensive error-handling mechanism, mirroring OpenSSL\u0027s error codes\n```\nEpel-haproxy repo is pointed directly to ``dl.fedoraproject`` which has 26.3.0 version because of ``haproxy_epel_mirror: \"{{ centos_epel_mirror | default(\u0027http://dl.fedoraproject.org/pub/epel\u0027) }}\"``: ``https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/p/python3-pyOpenSSL-26.3.0-1.el10_3.noarch.rpm``","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"3f1b27ccb7241199e47ed9f4d070932ccac39faf","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"243e149e_587aa267","in_reply_to":"d1c8e664_a61ab5b6","updated":"2026-09-16 09:14:23.000000000","message":"This has been discovered and easily reproduced with molecule testing:\nhttps://zuul.opendev.org/t/openstack/build/f860c11a707147ddb3e63a0836a27f95","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"8f83b2bbf738701a722030c39cefd754ed6a54fa","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"5159db25_d543e97d","in_reply_to":"f2e2f6a1_47a7cb06","updated":"2026-09-16 11:40:30.000000000","message":"Hm, it\u0027s weird. My rocky image, which is Docker image to be fair, has older version, and it\u0027s fetching it from EPEL:\n```\n[root@a2c915522c20 /]# dnf info python3-pyOpenSSL\nExtra Packages for Enterprise Linux 10 - x86_64                                                                                                                                                             2.5 MB/s | 6.7 MB     00:02    \nAvailable Packages\nName         : python3-pyOpenSSL\nVersion      : 25.0.0\nRelease      : 1.el10_1\nArchitecture : noarch\nSize         : 113 k\nSource       : pyOpenSSL-25.0.0-1.el10_1.src.rpm\nRepository   : epel\nSummary      : Python 3 wrapper module around the OpenSSL library\nURL          : https://pyopenssl.readthedocs.org/\nLicense      : Apache-2.0\nDescription  : High-level wrapper around a subset of the OpenSSL library, includes among others\n             :  * SSL.Connection objects, wrapping the methods of Python\u0027s portable\n             :    sockets\n             :  * Callbacks written in Python\n             :  * Extensive error-handling mechanism, mirroring OpenSSL\u0027s error codes\n\n[root@a2c915522c20 /]# \n```\n\nI wonder where from you\u0027ve pulled 26.3.0, or maybe it was revoked...","commit_id":"cfc70fc008c143277ae2069b57adbeda5932b30b"}]}
