Comment 30 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/714894
Committed: https://git.openstack.org/cgit/starlingx/openstack-armada-app/commit/?id=b07282ff550c156b0f1466aef054ce89fb1b8d3e
Submitter: Zuul
Branch: master

commit b07282ff550c156b0f1466aef054ce89fb1b8d3e
Author: Zhipeng Liu <email address hidden>
Date: Thu Mar 26 01:49:54 2020 +0800

    Fix openstack services could not bind port to ipv6 address issue

    Need to set bind_host to :: instead of "0.0.0.0" and host listen
    ip to ::
    Otherwise it will only bind to port to ipv4 address.

    Partial-Bug: 1859641

    Test pass on both ipv4 and ipv6 simplex setup

    Depends-on: https://review.opendev.org/714898
    Change-Id: I51bd1a65d7728c74f6c69b87e57e3fc42e8adc15
    Signed-off-by: Zhipeng Liu <email address hidden>