)]}'
{"docker/nova/nova-compute/Dockerfile.j2":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"ee557b55559ba20ab99e9e158448493684508b6d","unresolved":false,"context_lines":[{"line_number":34,"context_line":"            \u0027python-libguestfs\u0027,"},{"line_number":35,"context_line":"            \u0027python-oslo-vmware\u0027,"},{"line_number":36,"context_line":"            \u0027python-os-xenapi\u0027,"},{"line_number":37,"context_line":"            \u0027python-six\u0027,"},{"line_number":38,"context_line":"            \u0027python-rtslib\u0027"},{"line_number":39,"context_line":"        ] %}"},{"line_number":40,"context_line":"        {% endif %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"3fa7e38b_d9969f95","line":37,"range":{"start_line":37,"start_character":12,"end_line":37,"end_character":25},"updated":"2019-09-16 19:42:02.000000000","message":"it is very unlikely that we need six as it is installed using pip in openstack-base already","commit_id":"2fb90a371ba3ef6e2a78d3298df757f1ef5a71a6"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"2d70aa1d402735bae6bd16eb788df256d68855d7","unresolved":false,"context_lines":[{"line_number":34,"context_line":"            \u0027python-libguestfs\u0027,"},{"line_number":35,"context_line":"            \u0027python-oslo-vmware\u0027,"},{"line_number":36,"context_line":"            \u0027python-os-xenapi\u0027,"},{"line_number":37,"context_line":"            \u0027python-six\u0027,"},{"line_number":38,"context_line":"            \u0027python-rtslib\u0027"},{"line_number":39,"context_line":"        ] %}"},{"line_number":40,"context_line":"        {% endif %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"3fa7e38b_d003c90e","line":37,"range":{"start_line":37,"start_character":12,"end_line":37,"end_character":25},"in_reply_to":"3fa7e38b_3a131e69","updated":"2019-09-17 09:08:19.000000000","message":"Six is only installed via pip for source images. This path is for binary.\n\nWe do have python2-six installed already, and installing python-six is a noop:\n\ndocker run -u root --rm -it kolla/centos-binary-nova-compute:master bash\n$ rpm -qf /usr/lib/python2.7/site-packages/six-1.12.0-py2.7.egg-info/\npython2-six-1.12.0-1.el7.noarch\n$ yum install python-six\nPackage python-six-1.9.0-2.el7.noarch is obsoleted by python2-six-1.12.0-1.el7.noarch which is already installed\nNothing to do","commit_id":"2fb90a371ba3ef6e2a78d3298df757f1ef5a71a6"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"8fbc00949a3466eefab432b73a4adf66d6b965dc","unresolved":false,"context_lines":[{"line_number":34,"context_line":"            \u0027python-libguestfs\u0027,"},{"line_number":35,"context_line":"            \u0027python-oslo-vmware\u0027,"},{"line_number":36,"context_line":"            \u0027python-os-xenapi\u0027,"},{"line_number":37,"context_line":"            \u0027python-six\u0027,"},{"line_number":38,"context_line":"            \u0027python-rtslib\u0027"},{"line_number":39,"context_line":"        ] %}"},{"line_number":40,"context_line":"        {% endif %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"3fa7e38b_b6d72624","line":37,"range":{"start_line":37,"start_character":12,"end_line":37,"end_character":25},"in_reply_to":"3fa7e38b_d003c90e","updated":"2019-09-17 09:38:26.000000000","message":"Ah yeah, we should work on that indentation, it makes me cringe.\nThat said, let\u0027s remove this python-six here anyway.","commit_id":"2fb90a371ba3ef6e2a78d3298df757f1ef5a71a6"},{"author":{"_account_id":20451,"name":"James","email":"James.o.benson@gmail.com","username":"JamesOBenson"},"change_message_id":"a30d42feddf1c69aa9a4ab28614c7be52e399474","unresolved":false,"context_lines":[{"line_number":34,"context_line":"            \u0027python-libguestfs\u0027,"},{"line_number":35,"context_line":"            \u0027python-oslo-vmware\u0027,"},{"line_number":36,"context_line":"            \u0027python-os-xenapi\u0027,"},{"line_number":37,"context_line":"            \u0027python-six\u0027,"},{"line_number":38,"context_line":"            \u0027python-rtslib\u0027"},{"line_number":39,"context_line":"        ] %}"},{"line_number":40,"context_line":"        {% endif %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"3fa7e38b_f9727be3","line":37,"range":{"start_line":37,"start_character":12,"end_line":37,"end_character":25},"in_reply_to":"3fa7e38b_d9969f95","updated":"2019-09-16 20:35:57.000000000","message":"I\u0027m aware that it is installed in base already. However, I was still getting errors until I built it with six there as well. I think it is a dependency issue inside of the os-xenapi.   See this bug: \n\nhttps://bugs.launchpad.net/os-xenapi/+bug/1762130\n\nI was deploying using 7.0 due to some network cards.\n\nAfter I added these two packages, all errors stopped and deployment continued.","commit_id":"2fb90a371ba3ef6e2a78d3298df757f1ef5a71a6"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"a15a23d5191ae53cc945178ae6634c9f8bd709dd","unresolved":false,"context_lines":[{"line_number":34,"context_line":"            \u0027python-libguestfs\u0027,"},{"line_number":35,"context_line":"            \u0027python-oslo-vmware\u0027,"},{"line_number":36,"context_line":"            \u0027python-os-xenapi\u0027,"},{"line_number":37,"context_line":"            \u0027python-six\u0027,"},{"line_number":38,"context_line":"            \u0027python-rtslib\u0027"},{"line_number":39,"context_line":"        ] %}"},{"line_number":40,"context_line":"        {% endif %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"3fa7e38b_3a131e69","line":37,"range":{"start_line":37,"start_character":12,"end_line":37,"end_character":25},"in_reply_to":"3fa7e38b_f9727be3","updated":"2019-09-17 07:10:13.000000000","message":"Odd. The reason I am worried is that it downgrades installed six.","commit_id":"2fb90a371ba3ef6e2a78d3298df757f1ef5a71a6"}]}
