ironic/releasenotes/notes/portgroup-mac-649ed31c3525e4f0.yaml
Kaifeng Wang fe01ddb2bc Fixes the issue that instance bond port can't get IP address
The issue is that when a port group doesn't have a mac address assigned by
operators, and during provisioning we unbind/bind tenant port with None which
causes the mac address to be regenerated twice and differs from the originally
one allocated by nova or users which was packed into config drive. The end result
is that, bond port has different mac address configured and can't the IP address
from neutron.

Change-Id: I92ed5d17239216324d6a69e0ed8771fd6948d6ec
Story: 2008300
Task: 41185
2020-11-10 21:11:18 +08:00

8 lines
285 B
YAML

---
fixes:
- |
Fixes the issue that when the MAC address of a port group is not set and
been attached to instance, the landed bond port cannot get IP address
due to inconsistent MAC address between the tenant port and the initially
allocated one in the config drive.