)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":9303,"name":"Abhishek Kekane","email":"akekane@redhat.com","username":"abhishekkekane"},"change_message_id":"27524d4cd000586f45bd0113b7da35b276a80ab9","unresolved":true,"context_lines":[{"line_number":11,"context_line":"the image location must contain the store id."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"If store_id is not set on volume type,"},{"line_number":14,"context_line":"attempt to discover default store using Glance API call."},{"line_number":15,"context_line":"If the call returns 404 error,"},{"line_number":16,"context_line":"Glance is not configured with multiple stores,"},{"line_number":17,"context_line":"so continue without a store id."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"bb294143_90d5c93b","line":14,"range":{"start_line":14,"start_character":20,"end_line":14,"end_character":33},"updated":"2026-01-13 13:04:55.000000000","message":"it should be default backend as default_store is legacy configuration and can be confusing.","commit_id":"6821d89c08f79735fbe4ab99e5f952426e77599a"},{"author":{"_account_id":9542,"name":"Pavlo Shchelokovskyy","email":"pshchelokovskyy@mirantis.com","username":"pshchelo"},"change_message_id":"b6fa9f097b8d405d066dcf581ac5d34bf4b908c2","unresolved":false,"context_lines":[{"line_number":11,"context_line":"the image location must contain the store id."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"If store_id is not set on volume type,"},{"line_number":14,"context_line":"attempt to discover default store using Glance API call."},{"line_number":15,"context_line":"If the call returns 404 error,"},{"line_number":16,"context_line":"Glance is not configured with multiple stores,"},{"line_number":17,"context_line":"so continue without a store id."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"f3f7e941_ae776ec1","line":14,"range":{"start_line":14,"start_character":20,"end_line":14,"end_character":33},"in_reply_to":"bb294143_90d5c93b","updated":"2026-01-13 17:56:55.000000000","message":"Done","commit_id":"6821d89c08f79735fbe4ab99e5f952426e77599a"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":9542,"name":"Pavlo Shchelokovskyy","email":"pshchelokovskyy@mirantis.com","username":"pshchelo"},"change_message_id":"9451ab37d1996e2f7c6387fbfe01d4728dafd9f1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"780be197_37f8c79c","updated":"2026-01-13 12:13:45.000000000","message":"@akekane@redhat.com adding you explicitly from Glance team, please take a look","commit_id":"6821d89c08f79735fbe4ab99e5f952426e77599a"},{"author":{"_account_id":9542,"name":"Pavlo Shchelokovskyy","email":"pshchelokovskyy@mirantis.com","username":"pshchelo"},"change_message_id":"11f5422a7a2ed8e442d95c68426b69f0278cf9d5","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"1908bef3_12578301","updated":"2026-01-14 10:42:52.000000000","message":"recheck\n\nin the single voting job that timed out, the actual tempest run was successful\n\n```\n2026-01-13 19:56:30.445309 | controller | \u003d\u003d\u003d\u003d\u003d\u003d\n2026-01-13 19:56:30.445340 | controller | Totals\n2026-01-13 19:56:30.445365 | controller | \u003d\u003d\u003d\u003d\u003d\u003d\n2026-01-13 19:56:30.445385 | controller | Ran: 1030 tests in 4585.5729 sec.\n2026-01-13 19:56:30.446657 | controller |  - Passed: 930\n2026-01-13 19:56:30.446678 | controller |  - Skipped: 100\n2026-01-13 19:56:30.446689 | controller |  - Expected Fail: 0\n2026-01-13 19:56:30.446699 | controller |  - Unexpected Success: 0\n2026-01-13 19:56:30.446708 | controller |  - Failed: 0\n2026-01-13 19:56:30.446718 | controller | Sum of execute time for each test: 11710.8625 sec.\n```","commit_id":"6b65e0d9515ed124fc42d1a0ea13d6a1e8511db6"}],"cinder/image/image_utils.py":[{"author":{"_account_id":9303,"name":"Abhishek Kekane","email":"akekane@redhat.com","username":"abhishekkekane"},"change_message_id":"27524d4cd000586f45bd0113b7da35b276a80ab9","unresolved":true,"context_lines":[{"line_number":167,"context_line":"    ]"},{"line_number":168,"context_line":"    if not default_store_id:"},{"line_number":169,"context_line":"        raise exception.DefaultGlanceStoreNotFound()"},{"line_number":170,"context_line":"    if len(default_store_id) \u003e 1:"},{"line_number":171,"context_line":"        raise exception.MultipleDefaultGlanceStoresFound()"},{"line_number":172,"context_line":"    return default_store_id[0]"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"a785f226_c224bd8d","line":171,"range":{"start_line":170,"start_character":0,"end_line":171,"end_character":58},"updated":"2026-01-13 13:04:55.000000000","message":"this will never happen.","commit_id":"6821d89c08f79735fbe4ab99e5f952426e77599a"},{"author":{"_account_id":9542,"name":"Pavlo Shchelokovskyy","email":"pshchelokovskyy@mirantis.com","username":"pshchelo"},"change_message_id":"b6fa9f097b8d405d066dcf581ac5d34bf4b908c2","unresolved":false,"context_lines":[{"line_number":167,"context_line":"    ]"},{"line_number":168,"context_line":"    if not default_store_id:"},{"line_number":169,"context_line":"        raise exception.DefaultGlanceStoreNotFound()"},{"line_number":170,"context_line":"    if len(default_store_id) \u003e 1:"},{"line_number":171,"context_line":"        raise exception.MultipleDefaultGlanceStoresFound()"},{"line_number":172,"context_line":"    return default_store_id[0]"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"e7e66bdd_856310d7","line":171,"range":{"start_line":170,"start_character":0,"end_line":171,"end_character":58},"in_reply_to":"a785f226_c224bd8d","updated":"2026-01-13 17:56:55.000000000","message":"Done","commit_id":"6821d89c08f79735fbe4ab99e5f952426e77599a"}]}
