Comment 5 for bug 1844572

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-puppet (master)

Reviewed: https://review.opendev.org/684428
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=22ded2458fb9b97ec8d38c55cc645d8f0a481f89
Submitter: Zuul
Branch: master

commit 22ded2458fb9b97ec8d38c55cc645d8f0a481f89
Author: Alex Kozyrev <email address hidden>
Date: Tue Sep 24 17:00:32 2019 -0400

    Provide Barbican with IPv6 address during bootstrap

    puppet-barbican has IPv4 address (0.0.0.0) as a default value
    for Barbican API port binding. It is possible during bootstrap
    that no proper IP address is yet assinged to mgmt network.
    Falling back to IPv4 address causes an issue on IPv6 systems.
    Need to set IPv6 address ([::]) as a default during bootstrap.

    Change-Id: I4cf432ce9f54214a0005e1784a2ed45969070f97
    Closes-Bug: 1844572
    Signed-off-by: Alex Kozyrev <email address hidden>