Comment 13 for bug 1945646

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/c/openstack/nova/+/817830
Committed: https://opendev.org/openstack/nova/commit/a5da31ec1ea1d1c7b4df146857982699ebdc328e
Submitter: "Zuul (22348)"
Branch: stable/train

commit a5da31ec1ea1d1c7b4df146857982699ebdc328e
Author: Dmitriy Rabotyagov <email address hidden>
Date: Thu Sep 30 14:08:38 2021 +0300

    Ensure MAC addresses characters are in the same case

    Currently neutron can report ports to have MAC addresses
    in upper case when they're created like that. In the meanwhile
    libvirt configuration file always stores MAC in lower case
    which leads to KeyError while trying to retrieve migrate_vif.

    Closes-Bug: #1945646
    Change-Id: Ie3129ee395427337e9abcef2f938012608f643e1
    (cherry picked from commit 6a15169ed9f16672c2cde1d7f27178bb7868c41f)
    (cherry picked from commit 63a6388f6a0265f84232731aba8aec1bff3c6d18)
    (cherry picked from commit 6c3d5de659e558e8f6ee353475b54ff3ca7240ee)
    (cherry picked from commit 28d0059c1f52e51add31bff50f1f6e443c938792)
    (cherry picked from commit 184a3c976faed38907af148a533bc6e9faa410f5)