)]}'
{"kuryr_kubernetes/controller/drivers/utils.py":[{"author":{"_account_id":23567,"name":"Luis Tomas Bolivar","email":"ltomasbo@redhat.com","username":"ltomasbo"},"change_message_id":"31345b542eaf87c7e5f6723ffe40a3af11cebf5c","unresolved":false,"context_lines":[{"line_number":288,"context_line":"        pod_metadata \u003d pod[\u0027metadata\u0027][\u0027annotations\u0027]"},{"line_number":289,"context_line":"        vif \u003d pod_metadata[constants.K8S_ANNOTATION_VIF]"},{"line_number":290,"context_line":"    except KeyError:"},{"line_number":291,"context_line":"        return None"},{"line_number":292,"context_line":"    vif \u003d jsonutils.loads(vif)"},{"line_number":293,"context_line":"    vif \u003d vif[\u0027versioned_object.data\u0027][\u0027default_vif\u0027]"},{"line_number":294,"context_line":"    network \u003d (vif[\u0027versioned_object.data\u0027][\u0027network\u0027]"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_8201d608","line":291,"range":{"start_line":291,"start_character":8,"end_line":291,"end_character":19},"updated":"2019-09-26 15:43:16.000000000","message":"I thought resource not ready was needed here. Otherwise you need to catch when this function is called and there is no annotations. We were returning None before and that was the wrong behavior (if memory works)","commit_id":"0e32f64bfec194d7418fcad53ddc774c4d0d8424"}]}
