Comment 4 for bug 1228744

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

Reviewed: https://review.openstack.org/134544
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=e91d469704046db19356fbbe063ba7e541b24e65
Submitter: Jenkins
Branch: master

commit e91d469704046db19356fbbe063ba7e541b24e65
Author: sridhargaddam <email address hidden>
Date: Fri Nov 14 14:26:53 2014 +0000

    Curl statements to include globoff for IPv6 URLs

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

    Closes-Bug: #1228744
    Change-Id: Ib7099e8e3bbc15f29bbaa1db37ef21e78a74e7bc