Implementation of an fake image service
Bases: nova.image.service.BaseImageService
Mock (fake) image service for unit testing.
Store the image data and return the new image id.
:raises Duplicate if the image already exist.
Delete the given image.
:raises NotFound if the image does not exist.
Clears out all images.
Return list of detailed image information.
Returns list of images.
Get data about specified image.
Returns a dict containing image data for the given opaque image id.
Replace the contents of the given image with the new data.
:raises NotFound if the image does not exist.