Comment 23 for bug 1859641

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

Reviewed: https://review.opendev.org/714038
Committed: https://git.openstack.org/cgit/starlingx/openstack-armada-app/commit/?id=530933f9c2d6eb762a40a323bf11520b68fb29db
Submitter: Zuul
Branch: master

commit 530933f9c2d6eb762a40a323bf11520b68fb29db
Author: Zhipeng Liu <email address hidden>
Date: Fri Mar 20 23:50:12 2020 +0800

    Fix rabbitmq could not bind port to ipv6 address issue

    When we use Armada to deploy openstack service for ipv6, rabbitmq
    pod could not start listen on [::]:5672 and [::]:15672.
    For ipv6, we need an override for configuration file.

    Upstream patch link is:
    https://review.opendev.org/#/c/714027/

    Partial-Bug: 1859641

    Depends-on: https://review.opendev.org/#/c/714034/
    Change-Id: I34e92afe291c4b7f31f53f1b974ad5fdc47b9560
    Signed-off-by: Zhipeng Liu <email address hidden>