Merge "Known issues section creation"

This commit is contained in:
Jenkins 2015-12-09 12:44:51 +00:00 committed by Gerrit Code Review
commit f6fe6375c4
1 changed files with 8 additions and 0 deletions

View File

@ -356,3 +356,11 @@ To upgrade 6.1 jobs, follow these steps:
* install `requirements <https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/requirements.txt>`_ of system tests
* if you are using system tests on CI, please configure your CI to use new Python venv, or export path to the new Python venv in the variable VENV_PATH:
export VENV_PATH=<path>/fuel-devops-venv-2.9
Known issues
------------
* Some versions of libvirt contain a bug that breaks QEMU virtual machine
XML. You can see this when tests crush with a *libvirt: QEMU Driver error:
unsupported configuration: host doesn't support invariant TSC*. See: `Bug 1133155 <https://bugzilla.redhat.com/show_bug.cgi?id=1133155>`_.
Workaround: upgrade libvirt to the latest version.