)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"6b9c7c739a4e47cb0219e9eb17ae073476e9e1c1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"3ba230f5_b6d4226f","updated":"2022-09-30 06:36:03.000000000","message":"Marked as WIP because it has to be merged after\n\n  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/859522","commit_id":"42251a9d70bc309e6f7caa8e36c82291adacbb44"},{"author":{"_account_id":34208,"name":"Rafael Castillo","email":"rcastill@redhat.com","username":"rcastill"},"change_message_id":"0b41e307e314481cef90ca7ab3765d911e96d73d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"7768d639_e34a8228","updated":"2022-10-12 23:49:19.000000000","message":"LGTM, just a small question","commit_id":"285549a8623283a0fc66f805f60ec1147aba327b"}],"plugins/modules/stack_info.py":[{"author":{"_account_id":34208,"name":"Rafael Castillo","email":"rcastill@redhat.com","username":"rcastill"},"change_message_id":"0b41e307e314481cef90ca7ab3765d911e96d73d","unresolved":true,"context_lines":[{"line_number":14,"context_line":"options:"},{"line_number":15,"context_line":"  name:"},{"line_number":16,"context_line":"    description:"},{"line_number":17,"context_line":"      - Name or ID of the stack."},{"line_number":18,"context_line":"    type: str"},{"line_number":19,"context_line":"  owner:"},{"line_number":20,"context_line":"    description:"}],"source_content_type":"text/x-python","patch_set":7,"id":"3bf8bf8f_cd4855a2","line":17,"updated":"2022-10-12 23:49:19.000000000","message":"Is this actually true? You seem to be setting \u0027name\u0027 in the call to orchestration.stacks, which I don\u0027t think would actually look up by ID.","commit_id":"285549a8623283a0fc66f805f60ec1147aba327b"},{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"b294dfbcae2e8f27df0a6136237897302b695a3a","unresolved":false,"context_lines":[{"line_number":14,"context_line":"options:"},{"line_number":15,"context_line":"  name:"},{"line_number":16,"context_line":"    description:"},{"line_number":17,"context_line":"      - Name or ID of the stack."},{"line_number":18,"context_line":"    type: str"},{"line_number":19,"context_line":"  owner:"},{"line_number":20,"context_line":"    description:"}],"source_content_type":"text/x-python","patch_set":7,"id":"830d06e2_9f779255","line":17,"in_reply_to":"3bf8bf8f_cd4855a2","updated":"2022-10-14 11:23:03.000000000","message":"Good catch!\n\nUnfortunately we cannot implement filtering by ID that easy: openstacksdk does not pass id as a query param (even though the Heat API does support it). Its search_stacks() function does accept any query args, so filtering would always be done on clientside. Using find_stack would require us to implement the clientside filtering on our (aoc) side. None of those solutions is good..\n\n..which is why I simply dropped the \u0027or ID\u0027 part from the docs, like it was before.","commit_id":"285549a8623283a0fc66f805f60ec1147aba327b"}]}
