Bases: glanceclient.v1.client.Client
An image v1 client that uses ImageManager_v1
Bases: glanceclient.v1.images.ImageManager
Add find() and findall() to the ImageManager class
Find a single item with attributes matching **kwargs.
This isn’t very efficient: it loads the entire list then filters on the Python side.
Find all items with attributes matching **kwargs.
This isn’t very efficient: it loads the entire list then filters on the Python side.
Hook to add global options
Returns an image service client