)]}'
{"plugins/modules/os_coe_cluster.py":[{"author":{"_account_id":22578,"name":"Abhijeet Kasurde","email":"akasurde@redhat.com","username":"akasurde"},"change_message_id":"5ffe9b8ef9f97997571a42f5805741af2d6a7400","unresolved":false,"context_lines":[{"line_number":187,"context_line":"            - The time in UTC at which the cluster is updated"},{"line_number":188,"context_line":"          type: str"},{"line_number":189,"context_line":"          sample: \u00272018-08-16T10:39:25+00:00\u0027"},{"line_number":190,"context_line":"      id:"},{"line_number":191,"context_line":"          description:"},{"line_number":192,"context_line":"            - Unique UUID for this cluster"},{"line_number":193,"context_line":"          type: str"}],"source_content_type":"text/x-python","patch_set":4,"id":"1fa4df85_55da4be9","line":190,"updated":"2020-02-26 04:27:30.000000000","message":"Please don\u0027t remove existing parameter without deprecation cycle. We can add new parameter and manage backward compatibility.","commit_id":"c67b11b5e9b41c9842e64ba75d9cc204c98633b6"},{"author":{"_account_id":28022,"name":"Bharat Kunwar","email":"brtknr@bath.edu","username":"brtknr"},"change_message_id":"b8981821eeeae7bdeee121b157c6d9448d80e989","unresolved":false,"context_lines":[{"line_number":187,"context_line":"            - The time in UTC at which the cluster is updated"},{"line_number":188,"context_line":"          type: str"},{"line_number":189,"context_line":"          sample: \u00272018-08-16T10:39:25+00:00\u0027"},{"line_number":190,"context_line":"      id:"},{"line_number":191,"context_line":"          description:"},{"line_number":192,"context_line":"            - Unique UUID for this cluster"},{"line_number":193,"context_line":"          type: str"}],"source_content_type":"text/x-python","patch_set":4,"id":"1fa4df85_fbbe8163","line":190,"in_reply_to":"1fa4df85_55da4be9","updated":"2020-03-02 15:08:40.000000000","message":"I have not removed anything. I am merely reflecting what is already happening. If you run this module yourself, you will see that the output is actually `id` and not `uuid` as this documentation claims. `uuid` is only returned when a cluster gets created, in an instance where it doenst already exist.","commit_id":"c67b11b5e9b41c9842e64ba75d9cc204c98633b6"},{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"9737593bbb7cd3a2ece25ad42f22c61353f4ed00","unresolved":false,"context_lines":[{"line_number":274,"context_line":"            # cluster_id as `uuid` whereas get_coe_cluster request returns the"},{"line_number":275,"context_line":"            # same field as `id`. This behaviour may change in the future"},{"line_number":276,"context_line":"            # therefore try `id` first then `uuid`."},{"line_number":277,"context_line":"            cluster_id \u003d cluster.get(\u0027id\u0027, cluster.get(\u0027uuid\u0027))"},{"line_number":278,"context_line":"            module.exit_json(changed\u003dchanged, cluster\u003dcluster, id\u003dcluster_id)"},{"line_number":279,"context_line":"        elif state \u003d\u003d \u0027absent\u0027:"},{"line_number":280,"context_line":"            if not cluster:"}],"source_content_type":"text/x-python","patch_set":4,"id":"1fa4df85_4da7da50","line":277,"updated":"2020-03-02 17:01:34.000000000","message":"Add:\n\n  cluster[\u0027id\u0027] \u003d cluster_id\n  cluster[\u0027uuid\u0027] \u003d cluster_id\n\nThat way both directions of failures will be fixed.","commit_id":"c67b11b5e9b41c9842e64ba75d9cc204c98633b6"}]}
