)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"7fa5c6abca1cd449ed07916b94d57bc3ae81cb5c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"4f9c61f0_fb31053e","updated":"2022-04-21 19:18:32.000000000","message":"Will continue to work on this.","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"}],"ansible/library/kolla_docker.py":[{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"cfca717d31072915654a1c934aac08e5eb3aad29","unresolved":false,"context_lines":[{"line_number":352,"context_line":""},{"line_number":353,"context_line":"    def compare_runtime(self, container_info):"},{"line_number":354,"context_line":"        new_runtime \u003d self.params.get(\u0027runtime\u0027)"},{"line_number":355,"context_line":"        current_runtime \u003d container_info[\u0027HostConfig\u0027].get(\u0027Runtime\u0027)"},{"line_number":356,"context_line":"        if not current_runtime:"},{"line_number":357,"context_line":"            current_runtime \u003d None"},{"line_number":358,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_906076a7","line":355,"range":{"start_line":355,"start_character":60,"end_line":355,"end_character":67},"updated":"2020-07-13 08:21:58.000000000","message":"can you point me to Docker Engine API that describes that option?","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"},{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"52ea79d481d8f93fb364c6174479cab19ea1480e","unresolved":false,"context_lines":[{"line_number":352,"context_line":""},{"line_number":353,"context_line":"    def compare_runtime(self, container_info):"},{"line_number":354,"context_line":"        new_runtime \u003d self.params.get(\u0027runtime\u0027)"},{"line_number":355,"context_line":"        current_runtime \u003d container_info[\u0027HostConfig\u0027].get(\u0027Runtime\u0027)"},{"line_number":356,"context_line":"        if not current_runtime:"},{"line_number":357,"context_line":"            current_runtime \u003d None"},{"line_number":358,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_d11e6d0a","line":355,"range":{"start_line":355,"start_character":60,"end_line":355,"end_character":67},"in_reply_to":"bf51134e_70ccc234","updated":"2020-07-13 14:41:00.000000000","message":"It contains the used runtime of the container. By default, this is runc. We want to start to change a part of the containers to Kata Containers. For this we need the possibility to specify the runtime in the kolla_docker module.","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"},{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"4484491f982c117c564cbd11ad858ba1f453b5d2","unresolved":false,"context_lines":[{"line_number":352,"context_line":""},{"line_number":353,"context_line":"    def compare_runtime(self, container_info):"},{"line_number":354,"context_line":"        new_runtime \u003d self.params.get(\u0027runtime\u0027)"},{"line_number":355,"context_line":"        current_runtime \u003d container_info[\u0027HostConfig\u0027].get(\u0027Runtime\u0027)"},{"line_number":356,"context_line":"        if not current_runtime:"},{"line_number":357,"context_line":"            current_runtime \u003d None"},{"line_number":358,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_b0849ad4","line":355,"range":{"start_line":355,"start_character":60,"end_line":355,"end_character":67},"in_reply_to":"bf51134e_906076a7","updated":"2020-07-13 08:57:46.000000000","message":"docker inspect displays the Runtime parameter within the HostConfig dictionary. It does not seem to be defined in the Docker Engine API?","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"5b978c5388450137472d961c7d5c0a7db15f8703","unresolved":false,"context_lines":[{"line_number":352,"context_line":""},{"line_number":353,"context_line":"    def compare_runtime(self, container_info):"},{"line_number":354,"context_line":"        new_runtime \u003d self.params.get(\u0027runtime\u0027)"},{"line_number":355,"context_line":"        current_runtime \u003d container_info[\u0027HostConfig\u0027].get(\u0027Runtime\u0027)"},{"line_number":356,"context_line":"        if not current_runtime:"},{"line_number":357,"context_line":"            current_runtime \u003d None"},{"line_number":358,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_70ccc234","line":355,"range":{"start_line":355,"start_character":60,"end_line":355,"end_character":67},"in_reply_to":"bf51134e_b0849ad4","updated":"2020-07-13 09:01:28.000000000","message":"Awesome, so in other words - what does it contain, and why somebody would need to change it? ;-)","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"546e903b40ace9cdbe72ef3d10a7adb1361e2256","unresolved":false,"context_lines":[{"line_number":352,"context_line":""},{"line_number":353,"context_line":"    def compare_runtime(self, container_info):"},{"line_number":354,"context_line":"        new_runtime \u003d self.params.get(\u0027runtime\u0027)"},{"line_number":355,"context_line":"        current_runtime \u003d container_info[\u0027HostConfig\u0027].get(\u0027Runtime\u0027)"},{"line_number":356,"context_line":"        if not current_runtime:"},{"line_number":357,"context_line":"            current_runtime \u003d None"},{"line_number":358,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_6ca5b5b5","line":355,"range":{"start_line":355,"start_character":60,"end_line":355,"end_character":67},"in_reply_to":"bf51134e_d11e6d0a","updated":"2020-07-27 08:43:03.000000000","message":"It\u0027s documented here: https://docs.docker.com/engine/api/v1.40/#operation/ContainerCreate","commit_id":"47a9d29ac4e9e4c76c8faa7353241d23d60084ed"}]}
