Bases: horizon.api.base.APIDictWrapper
Wrapper around glance image dictionary to make it object-like and provide access to image properties.
Bases: horizon.api.base.APIDictWrapper
Wrapper around glance image properties dictionary to make it object-like.
The glance client sometimes throws Exception classed exceptions for HTTP communication issues. Catch those, and rethrow them as glance_client.ClientConnectionErrors so that we can do something useful with them.
Returns the actual image file from Glance for image with supplied identifier
Returns an Image object populated with metadata for image with supplied identifier.