)]}'
{"magnum/drivers/heat/k8s_template_def.py":[{"author":{"_account_id":20498,"name":"Spyros Trigazis","email":"spyridon.trigazis@cern.ch","username":"strigazi"},"change_message_id":"f8afb0efae16d9b712918a274eecd47be07e2477","unresolved":false,"context_lines":[{"line_number":202,"context_line":""},{"line_number":203,"context_line":"        extra_params[\u0027discovery_url\u0027] \u003d self.get_discovery_url(cluster)"},{"line_number":204,"context_line":"        osc \u003d self.get_osc(context)"},{"line_number":205,"context_line":"        # NOTE: Sometimes, version discovery fails when Magnum cannot talk to"},{"line_number":206,"context_line":"        # Keystone via specified magnum_client.endpoint_type intended for"},{"line_number":207,"context_line":"        # cluster instances either because it is not unreachable from the"},{"line_number":208,"context_line":"        # controller or CA certs are missing for TLS enabled interface and the"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f621f24_fcefbde6","line":205,"updated":"2020-10-28 10:22:26.000000000","message":"when does this happen? Maybe that cloud has a wrong catalog.\nhttps://github.com/openstack/magnum/blob/master/magnum/common/clients.py#L50","commit_id":"5598578bb358038bc7bf96c5b0c3f7a0efc675d3"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"9d5774988b196b0ab26798f959d29ab9b2178247","unresolved":false,"context_lines":[{"line_number":202,"context_line":""},{"line_number":203,"context_line":"        extra_params[\u0027discovery_url\u0027] \u003d self.get_discovery_url(cluster)"},{"line_number":204,"context_line":"        osc \u003d self.get_osc(context)"},{"line_number":205,"context_line":"        # NOTE: Sometimes, version discovery fails when Magnum cannot talk to"},{"line_number":206,"context_line":"        # Keystone via specified magnum_client.endpoint_type intended for"},{"line_number":207,"context_line":"        # cluster instances either because it is not unreachable from the"},{"line_number":208,"context_line":"        # controller or CA certs are missing for TLS enabled interface and the"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f621f24_dcef61ae","line":205,"in_reply_to":"1f621f24_9cccc962","updated":"2020-10-28 10:37:28.000000000","message":"heh, should have kept quiet. It\u0027s deep in the keystoneauth library, it tries to do version discovery on the endpoint. I don\u0027t have a traceback, it was some time ago that this happened.","commit_id":"5598578bb358038bc7bf96c5b0c3f7a0efc675d3"},{"author":{"_account_id":20498,"name":"Spyros Trigazis","email":"spyridon.trigazis@cern.ch","username":"strigazi"},"change_message_id":"5e187b0781f3a5f43aa76045f4cf2f07fcaaa110","unresolved":false,"context_lines":[{"line_number":202,"context_line":""},{"line_number":203,"context_line":"        extra_params[\u0027discovery_url\u0027] \u003d self.get_discovery_url(cluster)"},{"line_number":204,"context_line":"        osc \u003d self.get_osc(context)"},{"line_number":205,"context_line":"        # NOTE: Sometimes, version discovery fails when Magnum cannot talk to"},{"line_number":206,"context_line":"        # Keystone via specified magnum_client.endpoint_type intended for"},{"line_number":207,"context_line":"        # cluster instances either because it is not unreachable from the"},{"line_number":208,"context_line":"        # controller or CA certs are missing for TLS enabled interface and the"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f621f24_9cccc962","line":205,"in_reply_to":"1f621f24_fcc4dd42","updated":"2020-10-28 10:33:58.000000000","message":"Magnum tries to contact the endpoint? Isn\u0027t just passing it along? Do you have a traceback?","commit_id":"5598578bb358038bc7bf96c5b0c3f7a0efc675d3"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"ab3970ae84f8273418cec05fbfbe82f8771b1760","unresolved":false,"context_lines":[{"line_number":202,"context_line":""},{"line_number":203,"context_line":"        extra_params[\u0027discovery_url\u0027] \u003d self.get_discovery_url(cluster)"},{"line_number":204,"context_line":"        osc \u003d self.get_osc(context)"},{"line_number":205,"context_line":"        # NOTE: Sometimes, version discovery fails when Magnum cannot talk to"},{"line_number":206,"context_line":"        # Keystone via specified magnum_client.endpoint_type intended for"},{"line_number":207,"context_line":"        # cluster instances either because it is not unreachable from the"},{"line_number":208,"context_line":"        # controller or CA certs are missing for TLS enabled interface and the"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f621f24_fcc4dd42","line":205,"in_reply_to":"1f621f24_fcefbde6","updated":"2020-10-28 10:31:02.000000000","message":"The case is when we configure the k8s nodes to call back to the public OpenStack APIs, but the magnum conductor can only access the internal OpenStack API endpoints.","commit_id":"5598578bb358038bc7bf96c5b0c3f7a0efc675d3"}],"magnum/drivers/heat/template_def.py":[{"author":{"_account_id":20498,"name":"Spyros Trigazis","email":"spyridon.trigazis@cern.ch","username":"strigazi"},"change_message_id":"f8afb0efae16d9b712918a274eecd47be07e2477","unresolved":false,"context_lines":[{"line_number":397,"context_line":"        # controller or CA certs are missing for TLS enabled interface and the"},{"line_number":398,"context_line":"        # returned auth_url may not be suffixed with /v3 in which case append"},{"line_number":399,"context_line":"        # the url with the suffix so that instances can still talk to Keystone."},{"line_number":400,"context_line":"        auth_url \u003d osc.url_for(**kwargs).rstrip(\u0027/\u0027)"},{"line_number":401,"context_line":"        extra_params[\u0027auth_url\u0027] \u003d auth_url + (\u0027\u0027 if auth_url.endswith(\u0027/v3\u0027)"},{"line_number":402,"context_line":"                                               else \u0027/v3\u0027)"},{"line_number":403,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"1f621f24_dcc5a15d","line":400,"updated":"2020-10-28 10:22:26.000000000","message":"isn\u0027t this supposed to be set in the catalog?","commit_id":"5598578bb358038bc7bf96c5b0c3f7a0efc675d3"}]}
