7fc6fe6fae
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
6 lines
166 B
YAML
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.
|