Comment 9 for bug 1796593

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/pike)

Reviewed: https://review.openstack.org/610192
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2fba9f42b92bbe7ec24a5549251daa8af1049578
Submitter: Zuul
Branch: stable/pike

commit 2fba9f42b92bbe7ec24a5549251daa8af1049578
Author: aojeagarcia <email address hidden>
Date: Sun Oct 7 23:17:08 2018 +0200

    Allow Ipv6 addresses for nova_metadata_host

    Current logic didn't check if the nova_metadata_host is an IPv6 address
    causing the proxy request to fail with an exception because the url is
    not valid.

    This patchs check if the nova_metadata_host is an IPv6 address and
    create a valid url enclosing the IPv6 address with brackets

    Closes-Bug: #1796593

    Change-Id: Ibfebffcec2c8860237a1f151084de978a7863bd8
    Signed-off-by: aojeagarcia <email address hidden>
    (cherry picked from commit 85588ad38e3a08137f4f7b4be98ce271064eb2f0)