)]}'
{"nova/virt/libvirt/driver.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"5af18a99e31ef9b3e863f7c209114bfce652522a","unresolved":false,"context_lines":[{"line_number":617,"context_line":""},{"line_number":618,"context_line":"        if not self._host.has_min_version(MIN_LIBVIRT_VERSION):"},{"line_number":619,"context_line":"            raise exception.InternalError("},{"line_number":620,"context_line":"                _(\u0027Nova requires libvirt version %s or greater.\u0027) %"},{"line_number":621,"context_line":"                libvirt_utils.version_to_string(MIN_LIBVIRT_VERSION))"},{"line_number":622,"context_line":""},{"line_number":623,"context_line":"        if CONF.libvirt.virt_type in (\"qemu\", \"kvm\"):"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f621f24_700b3223","line":620,"updated":"2020-11-10 11:31:55.000000000","message":"This is liable to fail in the same manner, so the documentation should be updated here if this fails, right?","commit_id":"76bcd845a41e9257b007c443d80ac0af6b8e547f"}],"nova/virt/libvirt/host.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"5af18a99e31ef9b3e863f7c209114bfce652522a","unresolved":false,"context_lines":[{"line_number":572,"context_line":"        except Exception as e:"},{"line_number":573,"context_line":"            LOG.warning(\"version check encounter issue: %(error)s\","},{"line_number":574,"context_line":"                        {\u0027error\u0027: e})"},{"line_number":575,"context_line":"            return False"},{"line_number":576,"context_line":""},{"line_number":577,"context_line":"    def has_min_version(self, lv_ver\u003dNone, hv_ver\u003dNone, hv_type\u003dNone):"},{"line_number":578,"context_line":"        return self._version_check("}],"source_content_type":"text/x-python","patch_set":1,"id":"1f621f24_f0162249","line":575,"updated":"2020-11-10 11:31:55.000000000","message":"Rather than doing this, shouldn\u0027t we raise an InternalError directly? The APIs we\u0027re calling are old. Is there any circumstance where this would raise an exception and we\u0027d be okay with that?","commit_id":"76bcd845a41e9257b007c443d80ac0af6b8e547f"}]}
