libvirt 9.5.0 and later by default doesn't allow using a pre-created TAP device; instead it expects to create and manage the TAP device itself, which is incompatible with how Nova works. To restore compatibility with Nova we need to add the managed="no" flag to the target device section in the XML domain file. The libvirt change is here[1]. In particular it breaks Calico for OpenStack, because the Calico plugin (out of tree[2]) uses VIF type TAP. 1. https://github.com/libvirt/libvirt/commit/a2ae3d299cf 2. https://github.com/projectcalico/calico/blob/master/networking-calico/networking_calico/plugins/ml2/drivers/calico/mech_calico.py#L217 Many thanks to Masahito Muroi <masahito.muroi@linecorp.com> for proposing an earlier version of this fix. Closes-Bug: #2033681 Change-Id: I4a7b4ecf69cfe04c5291e5ca2a76db8829d6e592 Signed-off-by: Nell Jerram <nell@tigera.io> (cherry picked from commit6aba55a23f) (cherry picked from commitd44afc9656) (cherry picked from commitb7d13d4dd4) (cherry picked from commit6a995e49fe)
OpenStack Nova
OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of compute technologies, including: libvirt (KVM, Xen, LXC and more), VMware and OpenStack Ironic.
Use the following resources to learn more.
API
To learn how to use Nova's API, consult the documentation available online at:
For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
Operators
To learn how to deploy and configure OpenStack Nova, consult the documentation available online at:
In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:
Developers
For information on how to contribute to Nova, please see the contents of the CONTRIBUTING.rst.
Any new code must follow the development guidelines detailed in the HACKING.rst file, and pass all unit tests.
Further developer focused documentation is available at:
Other Information
During each Summit and Project Team Gathering, we agree on what the whole community wants to focus on for the upcoming release. The plans for nova can be found at: