)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":4393,"name":"Dan Smith","email":"dms@danplanet.com","username":"danms"},"change_message_id":"e7bb35b27f0db9eeb081dd417fe19a7bfeef201a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"02e94a16_6acae9c7","updated":"2022-11-07 18:57:47.000000000","message":"Agree we should describe the proper/expected behavior here and handle the osc bug separately.","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"},{"author":{"_account_id":4393,"name":"Dan Smith","email":"dms@danplanet.com","username":"danms"},"change_message_id":"eb94bd0af9d7e0ec0183f5bb4c09c298596a9d15","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"1ac1835a_92615668","in_reply_to":"02e94a16_6acae9c7","updated":"2022-11-07 18:59:09.000000000","message":"Er, I should say I assume it\u0027s an OSC bug, but could be on the keystone server side as well.\n\nI did a bunch of limit tweaking when writing the limits support for glance and never noticed the behavior frickler is describing so perhaps something has changed.","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"}],"doc/source/configuration.rst":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"31e42382fe0570c323b3f851fed892774e4ce8bb","unresolved":true,"context_lines":[{"line_number":720,"context_line":"::"},{"line_number":721,"context_line":""},{"line_number":722,"context_line":"    openstack --os-cloud devstack-system-admin registered limit set \\"},{"line_number":723,"context_line":"      --service glance --default-limit 5000 --region RegionOne image_size_total"},{"line_number":724,"context_line":""},{"line_number":725,"context_line":".. _arch-configuration:"},{"line_number":726,"context_line":""}],"source_content_type":"text/x-rst","patch_set":1,"id":"a30f7ff9_8fad10a7","line":723,"range":{"start_line":723,"start_character":63,"end_line":723,"end_character":79},"updated":"2022-11-04 10:10:38.000000000","message":"I think we should replace image_size_total with \u003cregistered-limit-id\u003e and then any issue with the command is the client\u0027s issue as we\u0027ve basically copied the command from their documentation.","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"b0ae1f26dfa7e9a1bfe1faa2d2795b394a7664b5","unresolved":true,"context_lines":[{"line_number":720,"context_line":"::"},{"line_number":721,"context_line":""},{"line_number":722,"context_line":"    openstack --os-cloud devstack-system-admin registered limit set \\"},{"line_number":723,"context_line":"      --service glance --default-limit 5000 --region RegionOne image_size_total"},{"line_number":724,"context_line":""},{"line_number":725,"context_line":".. _arch-configuration:"},{"line_number":726,"context_line":""}],"source_content_type":"text/x-rst","patch_set":1,"id":"b0242ac0_260bbcb6","line":723,"updated":"2022-09-22 07:17:02.000000000","message":"This command returns\n\nCould not find registered limit for image_size_total. (HTTP 404)\n\nfor me. If I use the limit UUID instead of the name, I get\n\nConflict occurred attempting to store registered_limit - Duplicate entry. (HTTP 409)\n\nThe only way I found to actually update the limit is to delete the current one and create a new one. We can still merge this patch as is and treat the issue as a separate bug.\n\nTwo more confusing things while testing:\na) the limit only seems to check the already used quota, which means one can create one image that exceeds the limit, only any further attempts to create another image are then blocked\nb) the 413 response from glance is mangled by the proxy, the client receives a 502 instead","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"e862397ac2aadb25feee56a92992eb6fb95435e7","unresolved":true,"context_lines":[{"line_number":720,"context_line":"::"},{"line_number":721,"context_line":""},{"line_number":722,"context_line":"    openstack --os-cloud devstack-system-admin registered limit set \\"},{"line_number":723,"context_line":"      --service glance --default-limit 5000 --region RegionOne image_size_total"},{"line_number":724,"context_line":""},{"line_number":725,"context_line":".. _arch-configuration:"},{"line_number":726,"context_line":""}],"source_content_type":"text/x-rst","patch_set":1,"id":"7e61cd8f_ebe64221","line":723,"range":{"start_line":723,"start_character":63,"end_line":723,"end_character":79},"in_reply_to":"93930c06_ce3963ad","updated":"2022-11-14 11:08:44.000000000","message":"ok, so we agreed it\u0027s a bug outside of devstack\u0027s scope, therefore let\u0027s not leave this on-hold","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"},{"author":{"_account_id":4393,"name":"Dan Smith","email":"dms@danplanet.com","username":"danms"},"change_message_id":"e7bb35b27f0db9eeb081dd417fe19a7bfeef201a","unresolved":true,"context_lines":[{"line_number":720,"context_line":"::"},{"line_number":721,"context_line":""},{"line_number":722,"context_line":"    openstack --os-cloud devstack-system-admin registered limit set \\"},{"line_number":723,"context_line":"      --service glance --default-limit 5000 --region RegionOne image_size_total"},{"line_number":724,"context_line":""},{"line_number":725,"context_line":".. _arch-configuration:"},{"line_number":726,"context_line":""}],"source_content_type":"text/x-rst","patch_set":1,"id":"93930c06_ce3963ad","line":723,"range":{"start_line":723,"start_character":63,"end_line":723,"end_character":79},"in_reply_to":"a30f7ff9_8fad10a7","updated":"2022-11-07 18:57:47.000000000","message":"I think the name should work fine and if it doesn\u0027t (as frickler mentions) then it\u0027s a bug in osc that needs fixing.","commit_id":"f49b435e98cd9d119179d98829241954b8d73669"}]}
