)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"e29c968464ce85fa9ba6a7388e5d1400c927a93f","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"dd7b8ed2_2bbc8ef0","updated":"2026-05-04 15:51:16.000000000","message":"@katonalala@gmail.com Hello, please review.","commit_id":"366727863877cf9a6b4fa270d3468946dcca0cae"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"fbdeab2b2769aa0345aa9e601824bca3b2973127","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"f5613fb1_a0c50c6b","in_reply_to":"dd7b8ed2_2bbc8ef0","updated":"2026-05-06 08:15:27.000000000","message":"Done","commit_id":"366727863877cf9a6b4fa270d3468946dcca0cae"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"c517647381270b06f8c3977b1233a992cc8b6b7c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"b1b54e4e_5600549a","updated":"2026-05-06 08:16:09.000000000","message":"@gthiemon@redhat.com Hello, please look it, at this moment master complete broken until this fix.","commit_id":"6b42db27de45871baccd060800eaa8f97b7fff9b"},{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"4745ba3ba08005383677df8957ca42d79b725bda","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"48f88208_c6ad3fa3","updated":"2026-05-06 08:21:28.000000000","message":"Looks straightforward, unblock the CI, approving","commit_id":"6b42db27de45871baccd060800eaa8f97b7fff9b"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"fbdeab2b2769aa0345aa9e601824bca3b2973127","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"fcfae0a6_23ed1a17","updated":"2026-05-06 08:15:27.000000000","message":"Neutron team reviewed it.","commit_id":"6b42db27de45871baccd060800eaa8f97b7fff9b"},{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"4745ba3ba08005383677df8957ca42d79b725bda","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"31b858df_8072ad58","in_reply_to":"b1b54e4e_5600549a","updated":"2026-05-06 08:21:28.000000000","message":"ack","commit_id":"6b42db27de45871baccd060800eaa8f97b7fff9b"}],"octavia_dashboard/api/rest/lbaasv2.py":[{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"c75a4005e53de9a422c6237849f714694188ef2a","unresolved":true,"context_lines":[{"line_number":26,"context_line":"from openstack_dashboard.api.rest import urls"},{"line_number":27,"context_line":"from openstack_dashboard.api.rest import utils as rest_utils"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"networkclient \u003d neutron.networkclient"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":""},{"line_number":32,"context_line":"def _sdk_object_to_list(object):"}],"source_content_type":"text/x-python","patch_set":6,"id":"7ffd2eca_bfed0aa3","line":29,"range":{"start_line":29,"start_character":0,"end_line":29,"end_character":37},"updated":"2026-05-04 17:03:42.000000000","message":"is it still used anywhere? shouldn\u0027t we remove this line?","commit_id":"31ab2ef0f3327d5689321094b4f3938a80559435"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"5e8dd0ced578cfcad033597002e0293bac9fd91c","unresolved":true,"context_lines":[{"line_number":26,"context_line":"from openstack_dashboard.api.rest import urls"},{"line_number":27,"context_line":"from openstack_dashboard.api.rest import utils as rest_utils"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"networkclient \u003d neutron.networkclient"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":""},{"line_number":32,"context_line":"def _sdk_object_to_list(object):"}],"source_content_type":"text/x-python","patch_set":6,"id":"91394482_b9c05136","line":29,"range":{"start_line":29,"start_character":0,"end_line":29,"end_character":37},"in_reply_to":"7ffd2eca_bfed0aa3","updated":"2026-05-04 17:06:25.000000000","message":"Hello in my opinion, you right, we need remove this line and applied few changes for..\n\nfloating_ips \u003d neutron.tenant_floating_ip_list\n\nto:\n\nfloating_ips \u003d api.neutron.tenant_floating_ip_list\n\nand etc..\n\nBut may be I not right, @dcu995@gmail.com","commit_id":"31ab2ef0f3327d5689321094b4f3938a80559435"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"31430b0a4fe3ff09eacf7a349bacd098c3e1d393","unresolved":false,"context_lines":[{"line_number":26,"context_line":"from openstack_dashboard.api.rest import urls"},{"line_number":27,"context_line":"from openstack_dashboard.api.rest import utils as rest_utils"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"networkclient \u003d neutron.networkclient"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":""},{"line_number":32,"context_line":"def _sdk_object_to_list(object):"}],"source_content_type":"text/x-python","patch_set":6,"id":"aee5f6a8_0ddc75a5","line":29,"range":{"start_line":29,"start_character":0,"end_line":29,"end_character":37},"in_reply_to":"7ffd2eca_bfed0aa3","updated":"2026-05-04 17:08:35.000000000","message":"To be honest it\u0027s not really used, i think we can safely drop it for now.","commit_id":"31ab2ef0f3327d5689321094b4f3938a80559435"}]}
