340ef02e06
None of these backends has had upstream testing in a very long time, if ever, and their usage levels are unknown. Deprecate them now so that we can at least remove the worst of them (UML, Xen) in the next cycle. Change-Id: Id5b15aa846a5ddaf4ac26fe586327aef8c08c89d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
10 lines
462 B
YAML
10 lines
462 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Support for the ``xen``, ``uml``, ``lxc`` and ``parallels`` libvirt
|
|
backends, configured via the ``[libvirt] virt_type`` config option, has
|
|
been deprecated. None of these drivers have upstream testing and the
|
|
``xen`` and ``uml`` backends specifically have never been considered
|
|
production ready. With this change, only the ``kvm`` and ``qemu`` backends
|
|
are considered supported when using the libvirt virt driver.
|