nova/releasenotes/notes/bug-1939604-547c729b7741831b.yaml
Rodrigo Barbieri 7fc6fe6fae Fix 1vcpu error with multiqueue and vif_type=tap
Fix for bug #1893263 introduced a regression where
1 vcpu instances would fail to build when paired with
multiqueue-enabled images, in the scenario vif_type=tap.

Solution is to not pass multiqueue parameter when
instances.get_flavor().vcpus = 1.

Closes-bug: #1939604
Change-Id: Iaccf2eeeb6e8bb80c658f51ce9ab4e8eb4093a55
2021-08-18 09:51:04 -03:00

6 lines
166 B
YAML

---
fixes:
- |
Addressed an issue that prevented instances with 1 vcpu using multiqueue
feature from being created successfully when their vif_type is TAP.