Comment 7 for bug 1983121

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/851715
Committed: https://opendev.org/openstack/python-tripleoclient/commit/edaeefac655ae87c7cee3bcdad490200b7151e68
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit edaeefac655ae87c7cee3bcdad490200b7151e68
Author: Harald Jensås <email address hidden>
Date: Fri Jul 29 18:44:41 2022 +0200

    Heat Launcher - bracket IPv6 in db connection URI

    In the database connection URI ensure IPv6 address is wrapped in
    brackets. Without this a port number is assumed and error is raised:
      ERROR: invalid literal for int() with base 10: 'dead:beef:4::3'

    Related-Bug: #1983121
    Change-Id: I37fda2aa161120369d0e3734b9485c27cb59846c
    (cherry picked from commit ec8e13423449841ec701086d50e7414afc7792bf)