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

commit 4aeacc3e171b6566586a7e93ed16f87d5ca375ca
Author: Zhipeng Liu <email address hidden>
Date: Thu Feb 27 01:28:58 2020 +0800

    Fix ipv6 address issue causing mariadb ingress not ready

    In nginx.tmpl, it not enclose ipv6 addresses in square brackets
    resulting in them being unable to be parsed, which cause mariadb
    ingress pod could not be ready.

    Tested it on both ipv4 and ipv6 simplex setup, it fixes mariadb
    ingress not ready issue.

    Upstream patch submitted as below
    https://review.opendev.org/#/c/710413/

    Partial-Bug: 1859641

    Change-Id: Ic7726eea671bbedf4f37fbe31965bc8fffd2e8cd
    Signed-off-by: Zhipeng Liu <email address hidden>