Comment 6 for bug 1579768

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (stable/mitaka)

Reviewed: https://review.openstack.org/320449
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=f6b9e791c35a085cd6d9fd5e5a87aa5cc5fadb00
Submitter: Jenkins
Branch: stable/mitaka

commit f6b9e791c35a085cd6d9fd5e5a87aa5cc5fadb00
Author: Niall Bunting <email address hidden>
Date: Mon May 9 16:23:33 2016 +0000

    Get endpoint if os_image_url is not set

    If env['OS_IMAGE_URL'] is not set then None is returned. This is then
    used ignoring the endpoint_type, service_type and region_name. This
    patch will use those values if the endpoint is None.

    Change-Id: I76cc527b05d2be75d3dbc33123a0d71be97fe25c
    Closes-bug: #1579768
    (cherry picked from commit a862196cfb7f7323b1864b4c1660c39850487a64)