openstackclient.image package

Submodules

openstackclient.image.client module

class openstackclient.image.client.Client_v1(*args, **kwargs)

Bases: glanceclient.v1.client.Client

An image v1 client that uses ImageManager_v1

class openstackclient.image.client.ImageManager_v1(client)

Bases: glanceclient.v1.images.ImageManager

Add find() and findall() to the ImageManager class

find(**kwargs)

Find a single item with attributes matching **kwargs.

This isn’t very efficient: it loads the entire list then filters on the Python side.

findall(**kwargs)

Find all items with attributes matching **kwargs.

This isn’t very efficient: it loads the entire list then filters on the Python side.

openstackclient.image.client.build_option_parser(parser)

Hook to add global options

openstackclient.image.client.make_client(instance)

Returns an image service client

Module contents

Table Of Contents

This Page