The horizon.api.glance ModuleΒΆ

horizon.api.glance.glanceclient(request)[source]
horizon.api.glance.image_create(request, **kwargs)[source]
horizon.api.glance.image_delete(request, image_id)[source]
horizon.api.glance.image_get(request, image_id)[source]

Returns an Image object populated with metadata for image with supplied identifier.

horizon.api.glance.image_list_detailed(request, marker=None, filters=None)[source]
horizon.api.glance.image_update(request, image_id, **kwargs)[source]
horizon.api.glance.snapshot_list_detailed(request, marker=None, extra_filters=None)[source]

Previous topic

The horizon.templatetags.branding Module

Next topic

The horizon.api.keystone Module

This Page