)]}'
{"neutron/agent/common/ovs_lib.py":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"c232c5e8801ff35a169a059ec2ce14e954e545d7","unresolved":false,"context_lines":[{"line_number":373,"context_line":"        return ofport"},{"line_number":374,"context_line":""},{"line_number":375,"context_line":"    def get_port_external_ids(self, port_name):"},{"line_number":376,"context_line":"        \"\"\"Get the port\u0027s assigned ofport, retrying if not yet assigned.\"\"\""},{"line_number":377,"context_line":"        port_external_ids \u003d dict()"},{"line_number":378,"context_line":"        try:"},{"line_number":379,"context_line":"            port_external_ids \u003d self._get_port_val(port_name, \"external_ids\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_990c4843","side":"PARENT","line":376,"range":{"start_line":376,"start_character":35,"end_line":376,"end_character":41},"updated":"2019-08-13 14:54:30.000000000","message":"Well this typo\u0027s been here forever :-o","commit_id":"f41f2a22cf83247d8321fa769be782e267e13e80"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"c232c5e8801ff35a169a059ec2ce14e954e545d7","unresolved":false,"context_lines":[{"line_number":380,"context_line":"        except tenacity.RetryError:"},{"line_number":381,"context_line":"            LOG.exception(\"Timed out retrieving external_ids on port %s.\","},{"line_number":382,"context_line":"                          port_name)"},{"line_number":383,"context_line":"        return port_external_ids"},{"line_number":384,"context_line":""},{"line_number":385,"context_line":"    def get_port_mac(self, port_name):"},{"line_number":386,"context_line":"        \"\"\"Get the port\u0027s mac address."}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_d9b6408b","side":"PARENT","line":383,"updated":"2019-08-13 14:54:30.000000000","message":"I didn\u0027t see anyone calling get_port_mac (below) either in codesearch, and I guess I removed the one caller to this in cf37563c8393f964e7f390f13c43070791360cc1 when we removed the old vsctl interface code.\n\nThere are also two seemingly related tests that have this string in them, I think they can be removed as well - they were added when this code was in 0a4596aa203a74c99f64f3c53e7945894ffdcdd3","commit_id":"f41f2a22cf83247d8321fa769be782e267e13e80"},{"author":{"_account_id":20190,"name":"zhufl","email":"zhu.fanglei@zte.com.cn","username":"zhufl"},"change_message_id":"d7fb4b1f9f35ea54539cf1916f792b4e41e1533c","unresolved":false,"context_lines":[{"line_number":380,"context_line":"        except tenacity.RetryError:"},{"line_number":381,"context_line":"            LOG.exception(\"Timed out retrieving external_ids on port %s.\","},{"line_number":382,"context_line":"                          port_name)"},{"line_number":383,"context_line":"        return port_external_ids"},{"line_number":384,"context_line":""},{"line_number":385,"context_line":"    def get_port_mac(self, port_name):"},{"line_number":386,"context_line":"        \"\"\"Get the port\u0027s mac address."}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_691bafc9","side":"PARENT","line":383,"in_reply_to":"7faddb67_d9b6408b","updated":"2019-08-14 01:29:17.000000000","message":"Thanks, get_port_mac now is removed:)\nAnd the seemingly related tests are removed also.","commit_id":"f41f2a22cf83247d8321fa769be782e267e13e80"}]}
