Merge "Fix to ensure endpoint_type is used by _get_endpoint()"

This commit is contained in:
Jenkins 2014-11-11 03:31:55 +00:00 committed by Gerrit Code Review
commit b126351d9d

@ -497,7 +497,7 @@ class OpenStackImagesShell(object):
service_type = args.os_service_type or 'image'
endpoint = args.os_image_url or ks_session.get_endpoint(
service_type=service_type,
endpoint_type=endpoint_type,
interface=endpoint_type,
region_name=args.os_region_name)
return endpoint, token