84cfc8e9ab
When vif_type="tap" (such as when using calico), attempting to create an instance using an image that has the property hw_vif_multiqueue_enabled=True fails, because the interface is always being created without multiqueue flags. This change checks if the property is defined and passes the multiqueue parameter to create the tap interface accordingly. In case the multiqueue parameter is passed but the vif_model is not virtio (or unspecified), the old behavior is maintained. Change-Id: I0307c43dcd0cace1620d2ac75925651d4ee2e96c Closes-bug: #1893263
6 lines
154 B
YAML
6 lines
154 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Addressed an issue that prevented instances using multiqueue feature from
|
|
being created successfully when their vif_type is TAP.
|