)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"4a00de03d96343a593766a3c188dce214c8bb576","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"7aa44adc_057e8b56","updated":"2024-03-01 11:07:19.000000000","message":"recheck neutron-fullstack-with-uwsgi timeout","commit_id":"dec0ae4e3d8dc3e9c94d92f16e4103b78f915f9d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"208adee983f8917b45eaf6688cb85344e2848474","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"80a0ca20_66bc2c6a","updated":"2024-03-02 18:02:28.000000000","message":"recheck parent merged","commit_id":"dec0ae4e3d8dc3e9c94d92f16e4103b78f915f9d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"36b56b6e639f702f85af1ee10d147ad88da053c2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"059028b0_9ed4bd44","updated":"2024-03-01 07:05:02.000000000","message":"recheck pep8 solved by https://review.opendev.org/c/openstack/neutron/+/910583","commit_id":"dec0ae4e3d8dc3e9c94d92f16e4103b78f915f9d"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"d930554125037bce8df10b7584c92c93b67998be","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"0daec245_b58737b8","updated":"2024-03-01 06:27:23.000000000","message":"regarding pep8 failure, I\u0027m not sure how it can be related to this patch series (it failed on the previous patch too) but please check it","commit_id":"dec0ae4e3d8dc3e9c94d92f16e4103b78f915f9d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"dda0b27d94de4bb1d76154180f93a0893e243039","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"33aee435_ba82752f","in_reply_to":"0daec245_b58737b8","updated":"2024-03-01 07:04:31.000000000","message":"This is a know issue solved yesterday by https://review.opendev.org/c/openstack/neutron/+/910583","commit_id":"dec0ae4e3d8dc3e9c94d92f16e4103b78f915f9d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"179c743cbcb3d860183202f83b4496c6901a658b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"50c7d707_0bdf6739","updated":"2024-03-04 08:11:33.000000000","message":"**NOTE**: rebased (without any change) to allow gerrit to merge this patch.","commit_id":"b5aecfeff89d4bd5441c91f8ba2b665d9d12cfca"}],"neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"bfc606163513d67dfd5b956f5c87aa28f9ab49c6","unresolved":true,"context_lines":[{"line_number":1581,"context_line":"                utils.ovn_name(port[\u0027network_id\u0027]),"},{"line_number":1582,"context_line":"            ovn_const.OVN_ROUTER_IS_EXT_GW:"},{"line_number":1583,"context_line":"                str(const.DEVICE_OWNER_ROUTER_GW \u003d\u003d port.get(\u0027device_owner\u0027)),"},{"line_number":1584,"context_line":"            ovn_const.OVN_ROUTER_NAME_EXT_ID_KEY: router_id,"},{"line_number":1585,"context_line":"        }"},{"line_number":1586,"context_line":""},{"line_number":1587,"context_line":"    def _get_reside_redir_for_gateway_port(self, device_id):"}],"source_content_type":"text/x-python","patch_set":3,"id":"bdcf7f75_52ce1f9f","line":1584,"updated":"2024-02-27 21:29:39.000000000","message":"So we can only use port.get(\u0027device_id\u0027) when it\u0027s an external gateway port, which isn\u0027t always the case?","commit_id":"ac5cdce91578febce05df7dc4d48bc22538434ea"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"f0e7f915bb7b6cb432459d2ddfbdcdefe00c82b9","unresolved":false,"context_lines":[{"line_number":1581,"context_line":"                utils.ovn_name(port[\u0027network_id\u0027]),"},{"line_number":1582,"context_line":"            ovn_const.OVN_ROUTER_IS_EXT_GW:"},{"line_number":1583,"context_line":"                str(const.DEVICE_OWNER_ROUTER_GW \u003d\u003d port.get(\u0027device_owner\u0027)),"},{"line_number":1584,"context_line":"            ovn_const.OVN_ROUTER_NAME_EXT_ID_KEY: router_id,"},{"line_number":1585,"context_line":"        }"},{"line_number":1586,"context_line":""},{"line_number":1587,"context_line":"    def _get_reside_redir_for_gateway_port(self, device_id):"}],"source_content_type":"text/x-python","patch_set":3,"id":"d0ad80d4_953a957b","line":1584,"in_reply_to":"bdcf7f75_52ce1f9f","updated":"2024-02-28 09:59:57.000000000","message":"This method is called from \"_create_lrouter_port\", where we have the port[\u0027device_id\u0027], and \"_update_lrouter_port\", where this information has been already stored in the LRP and we don\u0027t want to change this value.","commit_id":"ac5cdce91578febce05df7dc4d48bc22538434ea"}]}
