Comment 1 for bug 1557814

Revision history for this message
Clark Boylan (cboylan) wrote :

The issue seems to be that when using https tempest overrides the connect method on the httplib class and specifies ipv4 at https://git.openstack.org/cgit/openstack/tempest/tree/tempest/common/glance_http.py#n309. An easy fix may be to retry with AF_INET6 if AF_INET fails.