)]}'
{"networking_ovn/octavia/ovn_driver.py":[{"author":{"_account_id":24791,"name":"Maciej Jozefczyk","email":"jeicam.pl@gmail.com","username":"maciej.jozefczyk"},"change_message_id":"625bc5a12c798f3ae81c088d0ddfa15d1784aaa9","unresolved":false,"context_lines":[{"line_number":132,"context_line":"    def run(self, event, row, old):"},{"line_number":133,"context_line":"        # Get the neutron:port_name from external_ids and check if"},{"line_number":134,"context_line":"        # it\u0027s a vip port or not."},{"line_number":135,"context_line":"        port_name \u003d row.external_ids.get("},{"line_number":136,"context_line":"            ovn_const.OVN_PORT_NAME_EXT_ID_KEY, \u0027\u0027)"},{"line_number":137,"context_line":"        if self.driver and port_name.startswith(ovn_const.LB_VIP_PORT_PREFIX):"},{"line_number":138,"context_line":"            # Handle port update only for vip ports created by"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_6847741f","line":135,"updated":"2019-09-18 14:01:32.000000000","message":"Every port-update generates the LogicalSwitchPortUpdateEvent(). It means that on every port-update this is processed.\nOnly some of functional tests have ports with name configured, so that is why we see a lot of processing failures in the tests.","commit_id":"5c174fe3d3f3b0c9ca1b23c2cc76b5063a3e9436"}]}
