1c056c384d
The cross-cell resize code does not consider neutron ports with resource request. To avoid migration failures this patch makes nova to fall back to same cell resize if the instance has neutron ports with resource request. Change-Id: Icaad4b2375b491c8a7e87fb6f4977ae2e13e8190 Closes-Bug: #1907522
10 lines
424 B
YAML
10 lines
424 B
YAML
---
|
|
issues:
|
|
- |
|
|
When the tempest test coverage was added for resize and cold migrate
|
|
with neutron ports having QoS minimum bandwidth policy rules we
|
|
discovered that the cross cell resize code path cannot handle such ports.
|
|
See bug https://bugs.launchpad.net/nova/+bug/1907522 for details. A fix
|
|
was implemented that makes sure that Nova falls back to same-cell resize if
|
|
the server has such ports.
|