)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":10135,"name":"Lee Yarwood","display_name":"Lee Yarwood","email":"lyarwood@redhat.com","username":"lyarwood"},"change_message_id":"3b020d815a4a109bea7318bce99cbd330a7c231e","unresolved":false,"context_lines":[{"line_number":7,"context_line":"virt: Remove \u0027reset_network\u0027 API"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This one is tied into an admin action in the server actions API, which"},{"line_number":10,"context_line":"means we must deprecate that API action also. Otherwise, this isn\u0027t too"},{"line_number":11,"context_line":"crazy."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Change-Id: I58343b94b67915062d044fa0f53aeab01b77738f"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"9f560f44_4fc6e36a","line":10,"range":{"start_line":10,"start_character":14,"end_line":10,"end_character":23},"updated":"2020-09-14 20:36:26.000000000","message":"remove? Wouldn\u0027t deprecation suggest it\u0027s still in-tree?","commit_id":"03b62bcd48823ef55bca8fc977df593bd4abc36f"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"bee747a53988b4b5ea0091d37f698b7d6ddddc1f","unresolved":false,"context_lines":[{"line_number":7,"context_line":"virt: Remove \u0027reset_network\u0027 API"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This one is tied into an admin action in the server actions API, which"},{"line_number":10,"context_line":"means we must deprecate that API action also. Otherwise, this isn\u0027t too"},{"line_number":11,"context_line":"crazy."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Change-Id: I58343b94b67915062d044fa0f53aeab01b77738f"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"9f560f44_f53d018f","line":10,"range":{"start_line":10,"start_character":14,"end_line":10,"end_character":23},"in_reply_to":"9f560f44_4fc6e36a","updated":"2020-09-15 08:03:11.000000000","message":"Fair point","commit_id":"03b62bcd48823ef55bca8fc977df593bd4abc36f"}],"api-ref/source/servers-admin-action.inc":[{"author":{"_account_id":10135,"name":"Lee Yarwood","display_name":"Lee Yarwood","email":"lyarwood@redhat.com","username":"lyarwood"},"change_message_id":"c667c87a60d655e281733c21ee5a18fff8580e84","unresolved":false,"context_lines":[{"line_number":182,"context_line":"   This action was only supported by the XenAPI virt driver, which was"},{"line_number":183,"context_line":"   deprecated in the 20.0.0 (Train) release and removed in the 22.0.0"},{"line_number":184,"context_line":"   (Victoria) release.  This action should be avoided in new applications. It"},{"line_number":185,"context_line":"   was removed in the 22.0.0 (Victoria) release."},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"Specify the ``resetNetwork`` action in the request body."},{"line_number":188,"context_line":""}],"source_content_type":"text/x-c++src","patch_set":5,"id":"1f621f24_d8c2e884","line":185,"range":{"start_line":185,"start_character":21,"end_line":185,"end_character":39},"updated":"2020-11-16 14:50:09.000000000","message":"23.0.0 (Wallaby)","commit_id":"8156420bab32315277d4e1b15543eccaffa8e137"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"50f6a3fb11dddf02790c08272a54f8d1e296aed0","unresolved":false,"context_lines":[{"line_number":182,"context_line":"   This action was only supported by the XenAPI virt driver, which was"},{"line_number":183,"context_line":"   deprecated in the 20.0.0 (Train) release and removed in the 22.0.0"},{"line_number":184,"context_line":"   (Victoria) release.  This action should be avoided in new applications. It"},{"line_number":185,"context_line":"   was removed in the 22.0.0 (Victoria) release."},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"Specify the ``resetNetwork`` action in the request body."},{"line_number":188,"context_line":""}],"source_content_type":"text/x-c++src","patch_set":5,"id":"1f621f24_1bfc4d3c","line":185,"range":{"start_line":185,"start_character":21,"end_line":185,"end_character":39},"in_reply_to":"1f621f24_d8c2e884","updated":"2020-11-17 11:44:16.000000000","message":"Done","commit_id":"8156420bab32315277d4e1b15543eccaffa8e137"}],"nova/compute/rpcapi.py":[{"author":{"_account_id":10135,"name":"Lee Yarwood","display_name":"Lee Yarwood","email":"lyarwood@redhat.com","username":"lyarwood"},"change_message_id":"25b72a9587cbd1fa3b6e68ced099736e13ed7bf6","unresolved":false,"context_lines":[{"line_number":1137,"context_line":"                server\u003d_compute_host(None, instance), version\u003dversion)"},{"line_number":1138,"context_line":"        cctxt.cast(ctxt, \u0027rescue_instance\u0027, **msg_args)"},{"line_number":1139,"context_line":""},{"line_number":1140,"context_line":"    # Remove as it only supports nova network"},{"line_number":1141,"context_line":"    def reset_network(self, ctxt, instance):"},{"line_number":1142,"context_line":"        version \u003d \u00275.0\u0027"},{"line_number":1143,"context_line":"        cctxt \u003d self.router.client(ctxt).prepare("},{"line_number":1144,"context_line":"                server\u003d_compute_host(None, instance), version\u003dversion)"},{"line_number":1145,"context_line":"        cctxt.cast(ctxt, \u0027reset_network\u0027, instance\u003dinstance)"},{"line_number":1146,"context_line":""},{"line_number":1147,"context_line":"    def resize_instance(self, ctxt, instance, migration, image, instance_type,"},{"line_number":1148,"context_line":"                        request_spec, clean_shutdown\u003dTrue):"}],"source_content_type":"text/x-python","patch_set":5,"id":"1f621f24_b8828cfe","line":1145,"range":{"start_line":1140,"start_character":0,"end_line":1145,"end_character":60},"updated":"2020-11-16 14:56:44.000000000","message":"Did you mean to leave this in?","commit_id":"8156420bab32315277d4e1b15543eccaffa8e137"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"50f6a3fb11dddf02790c08272a54f8d1e296aed0","unresolved":false,"context_lines":[{"line_number":1137,"context_line":"                server\u003d_compute_host(None, instance), version\u003dversion)"},{"line_number":1138,"context_line":"        cctxt.cast(ctxt, \u0027rescue_instance\u0027, **msg_args)"},{"line_number":1139,"context_line":""},{"line_number":1140,"context_line":"    # Remove as it only supports nova network"},{"line_number":1141,"context_line":"    def reset_network(self, ctxt, instance):"},{"line_number":1142,"context_line":"        version \u003d \u00275.0\u0027"},{"line_number":1143,"context_line":"        cctxt \u003d self.router.client(ctxt).prepare("},{"line_number":1144,"context_line":"                server\u003d_compute_host(None, instance), version\u003dversion)"},{"line_number":1145,"context_line":"        cctxt.cast(ctxt, \u0027reset_network\u0027, instance\u003dinstance)"},{"line_number":1146,"context_line":""},{"line_number":1147,"context_line":"    def resize_instance(self, ctxt, instance, migration, image, instance_type,"},{"line_number":1148,"context_line":"                        request_spec, clean_shutdown\u003dTrue):"}],"source_content_type":"text/x-python","patch_set":5,"id":"1f621f24_3bf5c957","line":1145,"range":{"start_line":1140,"start_character":0,"end_line":1145,"end_character":60},"in_reply_to":"1f621f24_b8828cfe","updated":"2020-11-17 11:44:16.000000000","message":"Nope, done","commit_id":"8156420bab32315277d4e1b15543eccaffa8e137"}],"nova/tests/unit/compute/test_compute_mgr.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"1a2b712a650f1b22382ca7ec55af199ae8ac9770","unresolved":false,"context_lines":[{"line_number":5535,"context_line":"        self.assertIn(\u0027Trusted image certificates provided on host\u0027,"},{"line_number":5536,"context_line":"                      six.text_type(ex))"},{"line_number":5537,"context_line":""},{"line_number":5538,"context_line":"    @mock.patch.object(utils, \u0027last_completed_audit_period\u0027,"},{"line_number":5539,"context_line":"            return_value\u003d(0, 0))"},{"line_number":5540,"context_line":"    @mock.patch.object(time, \u0027time\u0027, side_effect\u003d[10, 20, 21])"},{"line_number":5541,"context_line":"    @mock.patch.object(objects.InstanceList, \u0027get_by_host\u0027, return_value\u003d[])"}],"source_content_type":"text/x-python","patch_set":6,"id":"1f621f24_0349835e","line":5538,"updated":"2020-11-17 15:10:18.000000000","message":"pep8: F821 undefined name \u0027utils\u0027","commit_id":"b5519bab5f183a9edc8aafcfa2948ac879bed771"}]}
