Comment 9 for bug 2036454

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

Reviewed: https://review.opendev.org/c/openstack/ironic/+/895795
Committed: https://opendev.org/openstack/ironic/commit/9e90dbed6f15343bdfe07a7a5e1c42bd6bf1f9d0
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 9e90dbed6f15343bdfe07a7a5e1c42bd6bf1f9d0
Author: Harald Jensås <email address hidden>
Date: Mon Sep 18 20:56:29 2023 +0200

    redfish_address - wrap_ipv6 address

    When parsing redfish driver info wrap IPv6 address in brackets
    before appending default scheme/authority.

    Updated common.utils.wrap_ipv6() to ignore ValueError, e.g
    simply return the string if ip is not an ipv6 address string.

    Related: RHBZ#2239356
    Closes-Bug: #2036454
    Change-Id: Icefd96d6873474b4cfb7fbf3d8337cd42fd63ca6
    (cherry picked from commit 72037b596af140f4930f2c2f17c397be01e89f0f)