Comment 10 for bug 1228744

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

Reviewed: https://review.openstack.org/136332
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=0d69f021d961c0458d93bcbecdfbe5e53434cf0c
Submitter: Jenkins
Branch: master

commit 0d69f021d961c0458d93bcbecdfbe5e53434cf0c
Author: sridhargaddam <email address hidden>
Date: Fri Nov 21 13:11:38 2014 +0000

    Curl statements to include globoff for IPv6 URLs

    python-heatclient displays curl statements for debugging/troubleshooting
    purposes. For IPv6 URLs, curl requires --globoff to be passed in the
    arguments. Since heatclient does not use curl directly, this patch
    displays the curl commands with globoff option which works for both
    IPv4 and IPv6 URLs.
    Fix adapted from python-novaclient Ib7099e8e3bbc15f29bbaa1db37ef21e78a74e7bc

    Closes-Bug: #1228744
    Change-Id: I1ace9268b09e6fc0d0c0ff02ce1f2e31940d961d