summaryrefslogtreecommitdiff
path: root/nova/image/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 'nova.image.api' moduleStephen Finucane2020-02-181-17/+0
* Align internal image API with volume and networkJay Pipes2014-05-211-0/+17
* Cleanup of image service codeBrian Waldon2012-06-271-51/+0
* Remove direct access to glance clientBrian Waldon2012-06-231-2/+2
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+2
* Creating uuid -> id mapping for S3 Image ServiceBrian Waldon2011-10-311-7/+9
* Update GlanceClient, GlanceImageService, and Glance Xen plugin to work withDan Prince2011-09-101-53/+3
* Remove instances of the "diaper pattern"Matthew Hooker2011-08-031-1/+2
* Support multiple glance-api serversRick Harris2011-06-091-1/+6
* Remove a rogue comment.Dan Prince2011-06-021-1/+0
* Added missing nova import to image/__init__.py.Dan Prince2011-05-281-0/+1
* Glance client updates for xenapi and vmware API to work with image refs.Dan Prince2011-05-271-10/+32
* Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-251-13/+13
* Fixing year of copyright.Naveed Massjouni2011-05-241-1/+1
* Removing code duplication between parse_image_ref and get_image service.Naveed Massjouni2011-05-231-10/+4
* moved utils functions into nova/image/William Wolf2011-05-231-0/+77
* Support GET /<controller>/detailMichael Gundlach2010-08-251-0/+0