Comment 5 for bug 1839870

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to metal (r/stx.2.0)

Reviewed: https://review.opendev.org/676180
Committed: https://git.openstack.org/cgit/starlingx/metal/commit/?id=f1f0e626f363423cae8b0b2d316e426b211ccc23
Submitter: Zuul
Branch: r/stx.2.0

commit f1f0e626f363423cae8b0b2d316e426b211ccc23
Author: Alex Kozyrev <email address hidden>
Date: Mon Aug 12 14:30:45 2019 -0400

    Properly handle Barbican IPv6 address in MTCE

    barbican.conf stores Barbican IPv6 address enclosed by square brackets:
    bind_host=[abde::2]
    MTCE fails to connect to Barbican with such an IP address.
    Need to strip square brackets during barbican.conf file read in MTCE.

    Change-Id: I28ae627cd4998a5975d39b3edc466180e11aedf6
    Closes-Bug: 1839870
    Signed-off-by: Alex Kozyrev <email address hidden>
    (cherry picked from commit 00835385016a50aa17455d076a549a4310332867)