Bases: nova.image.service.BaseImageService
Image service storing images to local disk.
It assumes that image_ids are integers.
Store the image data and return the new image.
Delete the given image. Raises NotFound if the image does not exist.
Clears out all images in local directory.
Get image and metadata.
Returns a dict containing image data for the given name.
Replace the contents of the given image with the new data.