)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"169cc6deb78219106eb868f372d93f41b7ea0d53","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"cb890a58_23ec7305","updated":"2021-11-12 09:07:25.000000000","message":"Please add a release note.","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":27339,"name":"Michal Arbet","email":"michal.arbet@ultimum.io","username":"michalarbet"},"change_message_id":"06586171c30fa240956519369826f3f70635e1f4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"03056162_44bed615","updated":"2021-11-25 21:33:32.000000000","message":"Reno still missing","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":26285,"name":"wu.chunyang","email":"wchy1001@gmail.com","username":"wu.chunyang"},"change_message_id":"2d960dbb960c1dc071d6996fae16bd46838708cf","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f7404503_d0cc8b35","updated":"2021-11-17 11:19:22.000000000","message":"a release note please.","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":34579,"name":"Juan Pablo Suazo","email":"jsuazo@whitestack.com","username":"jsuazo"},"change_message_id":"dfe3d6515d968b3e78f1c273c2ace98e0b3f2c7f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"241cb9d2_28d028fd","updated":"2022-03-01 17:19:38.000000000","message":"Hello, \n\nAs this bug affects me, I have added a release note in order for this fix to be approved.\n\nCheers.","commit_id":"f8ba985f33d1f193f830b71925c4499d4beb3054"}],"ansible/roles/service-rabbitmq/tasks/main.yml":[{"author":{"_account_id":27339,"name":"Michal Arbet","email":"michal.arbet@ultimum.io","username":"michalarbet"},"change_message_id":"e92851b1090861c93625d890c0ae3854b425a5fa","unresolved":true,"context_lines":[{"line_number":18,"context_line":"        module_args:"},{"line_number":19,"context_line":"          user: \"{{ item.user }}\""},{"line_number":20,"context_line":"          password: \"{{ item.password }}\""},{"line_number":21,"context_line":"          node: \"rabbit@{{ ansible_facts.hostname }}\""},{"line_number":22,"context_line":"          update_password: always"},{"line_number":23,"context_line":"          vhost: \"{{ item.vhost }}\""},{"line_number":24,"context_line":"          configure_priv: \".*\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"7a8de84e_d544508d","line":21,"updated":"2021-11-09 11:24:56.000000000","message":"Shouldn\u0027t be IP (and port) address here ?\nSomething similar as below ? :\n\nrabbit@{{ \u0027api\u0027 | kolla_address(ansible_facts.hostname) | put_address_in_context(\u0027url\u0027) }}\nor\n\nrabbit@{{ \u0027api\u0027 | kolla_address(ansible_facts.hostname) | put_address_in_context(\u0027url\u0027) }}:{{ om_rpc_port }}\n\n(I don\u0027t know if module accepts port configuration)","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":27339,"name":"Michal Arbet","email":"michal.arbet@ultimum.io","username":"michalarbet"},"change_message_id":"f42433b30a6b60e97fd73f9a9d568bb4e979faba","unresolved":false,"context_lines":[{"line_number":18,"context_line":"        module_args:"},{"line_number":19,"context_line":"          user: \"{{ item.user }}\""},{"line_number":20,"context_line":"          password: \"{{ item.password }}\""},{"line_number":21,"context_line":"          node: \"rabbit@{{ ansible_facts.hostname }}\""},{"line_number":22,"context_line":"          update_password: always"},{"line_number":23,"context_line":"          vhost: \"{{ item.vhost }}\""},{"line_number":24,"context_line":"          configure_priv: \".*\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"13347ec7_52f146a0","line":21,"in_reply_to":"13567f63_49275fb8","updated":"2021-11-12 09:08:39.000000000","message":"Thank you Ibrahim.","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":33655,"name":"Ibrahim DERRAZ","email":"ibrahim@derraz.fr","username":"IDerr"},"change_message_id":"51e9dfe1414de3e9a91685cf7dbb22c6a730373b","unresolved":false,"context_lines":[{"line_number":18,"context_line":"        module_args:"},{"line_number":19,"context_line":"          user: \"{{ item.user }}\""},{"line_number":20,"context_line":"          password: \"{{ item.password }}\""},{"line_number":21,"context_line":"          node: \"rabbit@{{ ansible_facts.hostname }}\""},{"line_number":22,"context_line":"          update_password: always"},{"line_number":23,"context_line":"          vhost: \"{{ item.vhost }}\""},{"line_number":24,"context_line":"          configure_priv: \".*\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"8204d5b4_acd09b5b","line":21,"in_reply_to":"7a8de84e_d544508d","updated":"2021-11-09 19:58:23.000000000","message":"Hello Michal,\n\nnode here should reference the rabbit nodename defined in the env configuration\nAs I see in kolla-ansible, it\u0027s RABBITMQ_NODENAME\u003drabbit@{{ ansible_facts.hostname }}\nhttps://github.com/openstack/kolla-ansible/blob/bc060c2049da3fecf941d467f58a965402e9ee01/ansible/roles/rabbitmq/templates/rabbitmq-env.conf.j2#L1\n\nSo in our case, it should be the same thing","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"629422a801c6295a6558a194d14706ef1cea146d","unresolved":false,"context_lines":[{"line_number":18,"context_line":"        module_args:"},{"line_number":19,"context_line":"          user: \"{{ item.user }}\""},{"line_number":20,"context_line":"          password: \"{{ item.password }}\""},{"line_number":21,"context_line":"          node: \"rabbit@{{ ansible_facts.hostname }}\""},{"line_number":22,"context_line":"          update_password: always"},{"line_number":23,"context_line":"          vhost: \"{{ item.vhost }}\""},{"line_number":24,"context_line":"          configure_priv: \".*\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"13567f63_49275fb8","line":21,"in_reply_to":"8204d5b4_acd09b5b","updated":"2021-11-12 09:07:12.000000000","message":"Agreed, the current code is correct for the current host\u0027s node.\n\nWhat I don\u0027t understand is, why does this sometimes work and sometimes not?","commit_id":"51664efc678fece70c6bb17ae09ad22b1d80468e"}]}
