commit | 29f9e0a9226f8b04eab17effa73249a81d9ccaa8 | [log] [tgz] |
---|---|---|
author | Zane Bitter <zbitter@redhat.com> | Mon Jun 17 10:34:50 2019 -0400 |
committer | Zane Bitter <zbitter@redhat.com> | Mon Jun 17 10:34:50 2019 -0400 |
tree | 9d9365e271339d6fc10e6b44b7794329beb0a2f2 | |
parent | 7cb225addaa0b3b85a8c1b26d3e34edc3e8a30cd [diff] |
Don't require in-place MAC address update Previously, we checked that when updating the MAC address that the port was updated in-place. However, this only works because the port isn't attached to anything. In a more realistic scenario, updating in-place actually fails. Remove this check to allow changing the Heat code to replace the port when the MAC changes. Change-Id: Ie8dd18d77a98a345d9129e4e8cb1a027f4cfdf60 Task: 33766