)]}'
{"neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py":[{"author":{"_account_id":24791,"name":"Maciej Jozefczyk","email":"jeicam.pl@gmail.com","username":"maciej.jozefczyk"},"change_message_id":"6844f536899c7b97a9243e77dd42784690076b0e","unresolved":false,"context_lines":[{"line_number":698,"context_line":"    def _create_qos_rules(self, qos_options, port, lswitch_name,"},{"line_number":699,"context_line":"                          if_delete\u003dFalse):"},{"line_number":700,"context_line":"        qos_rule \u003d {}"},{"line_number":701,"context_line":"        direction \u003d \u0027from-lport\u0027 if qos_options.get(\u0027direction\u0027) \u003d\u003d\\"},{"line_number":702,"context_line":"                    \u0027egress\u0027 else \u0027to-lport\u0027"},{"line_number":703,"context_line":"        qos_rule.update(switch\u003dlswitch_name, direction\u003ddirection,"},{"line_number":704,"context_line":"                        priority\u003d2002)"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_516d91ff","line":701,"range":{"start_line":701,"start_character":48,"end_line":701,"end_character":64},"updated":"2020-01-14 12:30:52.000000000","message":"Test didn\u0027t add this parameter to API call and check default behavior.\n\nThe default is \u0027egress\u0027. I don\u0027t know why it started to raise KeyError here, like the \u0027direction\u0027 not being created in qos_options if those are not passed via API call.","commit_id":"30c64f6e10805a96ef22a232fdc6212f31e81be9"}]}
